Skip to content

Commit bb1ec25

Browse files
authored
Merge pull request #213 from opencontainers/dependabot/github_actions/golangci/golangci-lint-action-6
build(deps): bump golangci/golangci-lint-action from 4 to 6
2 parents 9dee859 + 13c8f76 commit bb1ec25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
go-version: 1.22.x
3737
cache: false # golangci-lint-action does its own caching
38-
- uses: golangci/golangci-lint-action@v4
38+
- uses: golangci/golangci-lint-action@v6
3939
with:
4040
version: v1.56
4141

@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
go-version: 1.22.x
6666
cache: false # golangci-lint-action does its own caching
67-
- uses: golangci/golangci-lint-action@v4
67+
- uses: golangci/golangci-lint-action@v6
6868
with:
6969
version: v1.56
7070
- name: test-stubs

0 commit comments

Comments
 (0)