Skip to content

Commit 5a90703

Browse files
dependabot[bot]rolinh
authored andcommitted
ci: Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@1481404...4afd733) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Robin Hahling <[email protected]>
1 parent 5db0d48 commit 5a90703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
go mod vendor
2626
test -z "$(git status --porcelain)" || (echo "please run 'go mod tidy && go mod vendor', and submit your changes"; exit 1)
2727
- name: Run static checks
28-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
28+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
2929
with:
30-
version: v2.0.1
30+
version: v2.1.6
3131
# use our .golangci.yml
3232
args: --config=.golangci.yml --verbose
3333
skip-cache: true

0 commit comments

Comments
 (0)