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.
2 parents da4b8a1 + a6374ff commit 6d5cf89Copy full SHA for 6d5cf89
.github/workflows/go.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ${{ matrix.os }}
31
steps:
32
- name: Set up Go 1.x
33
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
34
with:
35
go-version: ${{ matrix.go-version }}
36
- name: Check out repository
@@ -45,7 +45,7 @@ jobs:
45
shell: bash
46
run: ./test
47
- name: Run linter
48
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v6
49
if: runner.os == 'Linux'
50
51
version: v1.61.0
@@ -57,7 +57,7 @@ jobs:
57
58
uses: actions/checkout@v4
59
60
61
62
go-version: 1.23.x
63
- name: Regenerate
0 commit comments