Skip to content

Commit 88cf473

Browse files
Bump golangci/golangci-lint-action from 3 to 4 (#47)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3...v4) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6f4f71 commit 88cf473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
with:
4747
go-version-file: go.mod
4848
check-latest: true
49-
- uses: golangci/golangci-lint-action@v3
49+
- uses: golangci/golangci-lint-action@v4
5050
with:
5151
args: --timeout 180s

0 commit comments

Comments
 (0)