Skip to content

Commit 182fea9

Browse files
authored
Merge pull request #20 from argyle-engineering/dependabot/github_actions/golangci/golangci-lint-action-6
Bump golangci/golangci-lint-action from 4 to 6
2 parents 24b35b6 + 1cada06 commit 182fea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
go test -json -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
5050
5151
- name: golangci-lint
52-
uses: golangci/golangci-lint-action@v4
52+
uses: golangci/golangci-lint-action@v6
5353
with:
5454
args: "--timeout=2m"
5555
skip-pkg-cache: true

0 commit comments

Comments
 (0)