Skip to content

Commit 70c8aaa

Browse files
build(deps): bump golangci/golangci-lint-action from 3 to 4
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]>
1 parent b953dc8 commit 70c8aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
uses: actions/checkout@v4
258258

259259
- name: golangci-lint
260-
uses: golangci/golangci-lint-action@v3
260+
uses: golangci/golangci-lint-action@v4
261261
with:
262262
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
263263
version: v1.56.1

0 commit comments

Comments
 (0)