We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0a393 commit dcc37bbCopy full SHA for dcc37bb
.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: '1.23'
+ go-version: '1.24'
19
20
- name: Test
21
run: go test -v ./...
0 commit comments