Skip to content

Commit 0aeaba3

Browse files
Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (#135)
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@v7.0.0...v8.0.0) --- 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] <support@github.com>
1 parent ef70496 commit 0aeaba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Lint
25-
uses: golangci/golangci-lint-action@v7.0.0
25+
uses: golangci/golangci-lint-action@v8.0.0
2626
with:
27-
version: v2.0
27+
version: v2.1
2828

2929
- name: Test
3030
run: go test -v ./...

0 commit comments

Comments
 (0)