Skip to content

Commit 2b21ee7

Browse files
dependabot[bot]rolinh
authored andcommitted
build(deps): bump golangci/golangci-lint-action from 6.0.0 to 6.0.1
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@23faadf...a4f60bb) --- 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]>
1 parent a0f7e5f commit 2b21ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go mod vendor
2525
test -z "$(git status --porcelain)" || (echo "please run 'go mod tidy && go mod vendor', and submit your changes"; exit 1)
2626
- name: Run static checks
27-
uses: golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a
27+
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64
2828
with:
2929
version: v1.58.1
3030
# use our .golangci.yml and configure output to be logged in the GHA, in addition to annotating the commit.

0 commit comments

Comments
 (0)