Skip to content

Commit

Permalink
Merge pull request #213 from opencontainers/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/golangci/golangci-lint-action-6

build(deps): bump golangci/golangci-lint-action from 4 to 6
  • Loading branch information
kolyshkin authored Jul 19, 2024
2 parents 9dee859 + 13c8f76 commit bb1ec25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
go-version: 1.22.x
cache: false # golangci-lint-action does its own caching
- uses: golangci/golangci-lint-action@v4
- uses: golangci/golangci-lint-action@v6
with:
version: v1.56

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
with:
go-version: 1.22.x
cache: false # golangci-lint-action does its own caching
- uses: golangci/golangci-lint-action@v4
- uses: golangci/golangci-lint-action@v6
with:
version: v1.56
- name: test-stubs
Expand Down

0 comments on commit bb1ec25

Please sign in to comment.