Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 in the all gro…
Browse files Browse the repository at this point in the history
…up (#62)

Bumps the all group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).


Updates `golangci/golangci-lint-action` from 4.0.0 to 5.1.0
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v4.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent 38e5939 commit 5344e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Format
run: test -z $(gofmt -l -w -s ./)
- name: Lint
uses: golangci/golangci-lint-action@v4.0.0
uses: golangci/golangci-lint-action@v5.1.0
- name: Test
run: go test -v -race -cover -coverprofile=coverage.txt ./... | tee -a test-results.txt
- name: Enforce 100% Test Coverage
Expand Down

0 comments on commit 5344e81

Please sign in to comment.