Skip to content

Commit 6a196ae

Browse files
committed
Try bumping linter version
1 parent 54ba264 commit 6a196ae

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,15 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # version v3.0.2
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0 # required for new-from-rev option in .golangci.yml
21-
- name: Setup GO
22-
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # version v3.3.0
21+
- uses: ./.github/actions/setup-go
2322
- name: Run golangci-lint
24-
uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc # version v3.2.0
23+
uses: golangci/golangci-lint-action@58eda26a511c265ee35b3ee4b101fb8adfd76480 # version v6.1.1
2524
with:
26-
version: v1.52.2 # this is the golangci-lint version
25+
version: v1.64.8 # this is the golangci-lint version
2726
args: --issues-exit-code=0 # exit without errors for now - won't fail the build
2827
github-token: ${{ secrets.GITHUB_TOKEN }}
2928
only-new-issues: true
30-
31-
32-
33-
29+
continue-on-error: true

0 commit comments

Comments
 (0)