Skip to content

Commit 9d36011

Browse files
authored
Merge pull request #411 from pact-foundation/dependabot/github_actions/golangci/golangci-lint-action-5
build(deps): bump golangci/golangci-lint-action from 4 to 5
2 parents 2ac35ec + 7290563 commit 9d36011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version: ${{ matrix.go-version }}
3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@v4
31+
uses: golangci/golangci-lint-action@v5
3232
with:
3333
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
3434
# version: v1.29

0 commit comments

Comments
 (0)