We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02d609 commit a8d04f9Copy full SHA for a8d04f9
.github/workflows/go-build.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Go
13
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
14
with:
15
- go-version: '1.25.7'
+ go-version: '1.26.0'
16
17
- name: Install dependencies
18
run: go mod download
.github/workflows/go-test.yml
0 commit comments