We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31484ba commit a8038a5Copy full SHA for a8038a5
.github/workflows/branch.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@master
13
- uses: actions/setup-go@v5
14
with:
15
- go-version: '1.23.1'
+ go-version: '1.24.1'
16
17
- name: Unit tests
18
run: go test -v ./...
.github/workflows/release.yml
0 commit comments