Skip to content

Commit fa2536f

Browse files
chore(deps): Bump golangci/golangci-lint-action from 6 to 8 (#63)
* chore(deps): Bump golangci/golangci-lint-action from 6 to 8 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6...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] <support@github.com> * Drop golangci version * Cleanup --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Siavash Safi <git@hosted.run>
1 parent 79d7b30 commit fa2536f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
go-version-file: 'go.mod'
2828

2929
- name: golangci-lint
30-
uses: golangci/golangci-lint-action@v6
31-
with:
32-
version: v1.56
30+
uses: golangci/golangci-lint-action@v8
3331

3432
test:
3533
name: Go Tests

0 commit comments

Comments
 (0)