Skip to content

Commit 99325b6

Browse files
authored
Merge pull request #4756 from opencontainers/dependabot/github_actions/golangci/golangci-lint-action-8
build(deps): bump golangci/golangci-lint-action from 7 to 8
2 parents 8d90e3d + c1958d8 commit 99325b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
sudo apt -q update
4040
sudo apt -qy install libseccomp-dev
41-
- uses: golangci/golangci-lint-action@v7
41+
- uses: golangci/golangci-lint-action@v8
4242
with:
4343
version: v2.1
4444
# Extra linters, only checking new code from a pull request.

0 commit comments

Comments
 (0)