Skip to content

Commit 03400dc

Browse files
author
Ryan Lymburner
committed
Upgrade golangci-lint version to v2.4.0
1 parent f5ee2a4 commit 03400dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/validate-pull-request-golangci-lint.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
name: golangci-lint
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v5
1313
- run: sed -En 's/^go[[:space:]]+([[:digit:].]+)$/GO_VERSION=\1/p' go.mod >> $GITHUB_ENV
14-
- uses: actions/setup-go@v4
14+
- uses: actions/setup-go@v6
1515
with:
1616
go-version: ${{ env.GO_VERSION }}
1717
cache: false
1818
- name: golangci-lint
19-
uses: golangci/golangci-lint-action@v3
19+
uses: golangci/golangci-lint-action@v8
2020
with:
21-
version: v1.63.4
21+
version: v2.4.0
2222
args: --verbose --timeout 30m

0 commit comments

Comments
 (0)