Skip to content

Commit a5fdd33

Browse files
committed
build: golangci-lint fix
1 parent 3b71963 commit a5fdd33

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/golangci-lint.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- uses: 'actions/checkout@v2'
27+
- uses: 'actions/setup-go@v5'
28+
with:
29+
go-version: stable
2730
- name: 'golangci-lint'
28-
uses: 'golangci/golangci-lint-action@v2'
31+
uses: 'golangci/golangci-lint-action@v6'
2932
with:
3033
# Optional: 'version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version'
3134
version: 'v1.59'

0 commit comments

Comments
 (0)