We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfbbcc commit d777c82Copy full SHA for d777c82
.github/workflows/cicd.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Go
17
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
18
with:
19
- go-version: 1.23
+ go-version: 1.24
20
- name: Test
21
run: go run gotest.tools/gotestsum@latest --junitfile unit-tests.xml --format pkgname
22
0 commit comments