Skip to content

Commit 47075f4

Browse files
alexdebrilRO-29
authored andcommitted
Fix linter configuration
1 parent 9f24258 commit 47075f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
go get github.com/securego/gosec/cmd/gosec
3131
gosec ./...
3232
- name: Run Golang Linter
33-
uses: golangci/golangci-lint-action@v2
33+
uses: golangci/golangci-lint-action@v3
34+
with:
35+
version: v1.45.2

0 commit comments

Comments
 (0)