Skip to content

Commit cf2f500

Browse files
Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 (#817)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.1 to 6.2.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.1.1...v6.2.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Roesler <[email protected]>
1 parent 6133a24 commit cf2f500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
with:
2626
go-version: ${{ matrix.go-version }}
2727
- name: golangci-lint
28-
uses: golangci/golangci-lint-action@v6.1.1
28+
uses: golangci/golangci-lint-action@v6.2.0
2929
with:
3030
version: v1.59.1
3131
- name: test

0 commit comments

Comments
 (0)