Skip to content

Commit a1ab583

Browse files
Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 in the all group (#76)
Bumps the all group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `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 dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d057fb commit a1ab583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Format
2121
run: test -z $(gofmt -l -w -s ./)
2222
- name: Lint
23-
uses: golangci/golangci-lint-action@v7.0.0
23+
uses: golangci/golangci-lint-action@v8.0.0
2424
- name: Test
2525
run: go test -v -race -cover -coverprofile=coverage.txt ./... | tee -a test-results.txt
2626
- name: Enforce 100% Test Coverage

0 commit comments

Comments
 (0)