We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5b66c commit d48c251Copy full SHA for d48c251
.github/workflows/ci-main.yaml
@@ -39,7 +39,7 @@ jobs:
39
dotnet-version: '9.0'
40
- uses: actions/setup-go@v5
41
with:
42
- go-version: '1.23'
+ go-version: '1.24'
43
- name: Go Unit Tests
44
timeout-minutes: 10
45
run: |
.github/workflows/ci-pr.yaml
@@ -43,7 +43,7 @@ jobs:
46
47
48
49
0 commit comments