Skip to content

Commit aa04bd3

Browse files
authored
Merge pull request #97 from rootless-containers/dependabot/github_actions/golangci/golangci-lint-action-6.2.0
Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0
2 parents 84579bb + ef984c2 commit aa04bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version: 1.22.x
2424
- run: sudo apt-get update && sudo apt-get install -y libseccomp-dev
2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@v6.1.1
26+
uses: golangci/golangci-lint-action@v6.2.0
2727
with:
2828
version: v1.56.2
2929
args: --verbose

0 commit comments

Comments
 (0)