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 1c3b777 commit 5704b6cCopy full SHA for 5704b6c
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Setup Go
42
uses: actions/setup-go@v5
43
with:
44
- go-version: ~1.20
+ go-version: ~1.24.0
45
continue-on-error: true
46
- name: Build
47
run: |
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
- go-version: ~1.21
61
62
63
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
- go-version: ~1.22
77
78
79
0 commit comments