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 1e32ccc commit b8d492eCopy full SHA for b8d492e
.github/workflows/golangci-lint.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- uses: actions/setup-go@v5
21
with:
22
- go-version: '1.21.x'
+ go-version: '1.24.x'
23
cache: false
24
- name: golangci-lint
25
uses: golangci/golangci-lint-action@v6
.github/workflows/goreleaser.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: setup-go
34
uses: actions/setup-go@v5
35
36
- go-version: 1.21.x
+ go-version: 1.24.x
37
- name: setup qemu
38
id: qemu
39
uses: docker/setup-qemu-action@v3
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
- name: download go mods
17
run: |
18
go mod download
0 commit comments