Skip to content

Commit 4c6cc97

Browse files
chore: Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 (#11)
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@971e284...ec5d184) --- 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>
1 parent b78f0e0 commit 4c6cc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
go-version-file: 'go.mod'
3131
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
3232
- name: golangci-lint
33-
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
33+
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae
3434
with:
3535
version: v1.63.4 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
3636
- name: actionlint

0 commit comments

Comments
 (0)