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 d0dbd87 commit f779a52Copy full SHA for f779a52
.github/workflows/golangci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: 1.20.x
+ go-version: 1.24.x
19
20
- run: go mod vendor
21
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
name: Set up Go
29
30
31
- go-version: '1.20'
+ go-version: '1.24'
32
-
33
name: Import GPG key
34
id: import_gpg
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Go
25
26
27
- name: test
run: make test
0 commit comments