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 aca1cb1 commit 5ee7d65Copy full SHA for 5ee7d65
.github/workflows/build-test.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v4
17
with:
18
- go-version: 1.20.x
+ go-version: 1.24.x
19
20
- name: Check out code
21
uses: actions/checkout@v4
.github/workflows/lint-test.yml
@@ -13,9 +13,9 @@ jobs:
13
14
- name: Run golangci-lint
- uses: golangci/golangci-lint-action@v3.7.0
+ uses: golangci/golangci-lint-action@v8.0.0
version: latest
args: --timeout 5m
0 commit comments