Skip to content

Commit 5071b7b

Browse files
author
Eduardo Gomes
committed
Bump golangci/golangci-lint-action to fix CI errors
1 parent 2164ad8 commit 5071b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
path: ~/go/pkg/mod
1818
key: ${{ runner.os }}-go${{ matrix.go-version }}-${{ hashFiles('**/go.mod') }}-${{ hashFiles('**/go.sum') }}
1919
- name: golangci-lint
20-
uses: golangci/golangci-lint-action@v6
20+
uses: golangci/golangci-lint-action@v8
2121
with:
2222
version: latest
2323
args: "--config .golintci.yaml"

0 commit comments

Comments
 (0)