We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d4ae7 commit 913e610Copy full SHA for 913e610
.github/workflows/tag-release.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Go
19
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
20
with:
21
- go-version: '1.25'
+ go-version: '1.26'
22
23
- name: Tag
24
run: hack/tag-release.sh
.github/workflows/update-docs-and-licenses.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
- go-version: '1.25.7'
+ go-version: '1.26.0'
31
32
- name: Update docs & licenses
33
run: |
0 commit comments