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 a59711d commit 93968b4Copy full SHA for 93968b4
.github/workflows/lint.yaml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/setup-go@v5
15
with:
16
- go-version: "1.20"
+ go-version: "1.24"
17
- uses: actions/checkout@v4
18
- name: golangci-lint
19
uses: golangci/golangci-lint-action@v6
.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Set up Go
36
uses: actions/setup-go@v5
37
38
39
- name: mod download
40
run: go mod download && go build
41
.github/workflows/test.yaml
@@ -32,7 +32,7 @@ jobs:
32
33
34
0 commit comments