Skip to content

Commit b760f4a

Browse files
chore: Bump golangci/golangci-lint-action from 6.3.0 to 6.3.2 (#20)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.0 to 6.3.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@e60da84...051d919) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67308ea commit b760f4a

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
@@ -32,7 +32,7 @@ jobs:
3232
go-version-file: 'go.mod'
3333
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
3434
- name: golangci-lint
35-
uses: golangci/golangci-lint-action@e60da84bfae8c7920a47be973d75e15710aa8bd7
35+
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347
3636
with:
3737
version: v1.63.4 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
3838
- name: actionlint

0 commit comments

Comments
 (0)