Skip to content

Commit fa79da8

Browse files
authored
Merge pull request #51 from opencontainers/dependabot/github_actions/golangci/golangci-lint-action-9
build(deps): bump golangci/golangci-lint-action from 8 to 9
2 parents 3e71695 + 0095c18 commit fa79da8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/setup-go@v6
3131
with:
3232
go-version: "${{ env.GO_VERSION }}"
33-
- uses: golangci/golangci-lint-action@v8
33+
- uses: golangci/golangci-lint-action@v9
3434
with:
3535
version: v2.4
3636
# Extra linters, only checking new code from a pull request.

0 commit comments

Comments
 (0)