Skip to content

Commit 2757f4e

Browse files
dependabot[bot]schutzbot
authored andcommitted
build(deps): bump golangci/golangci-lint-action from 7 to 8
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v7...v8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 82d7169 commit 2757f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: echo "GOLANGCI_LINT_VERSION=$(awk -F '=' '/^GOLANGCI_LINT_VERSION *=/{print $2}' Makefile)" >> "$GITHUB_OUTPUT"
4747

4848
- name: Run golangci-lint
49-
uses: golangci/golangci-lint-action@v7
49+
uses: golangci/golangci-lint-action@v8
5050
with:
5151
version: ${{ steps.golangci_lint_version.outputs.GOLANGCI_LINT_VERSION }}
5252
args: --timeout 5m0s

0 commit comments

Comments
 (0)