Skip to content

Commit 0896e87

Browse files
author
Vinny Sabatini
authored
Merge pull request #467 from KohlsTechnology/dependabot/github_actions/golangci/golangci-lint-action-8.0.0
chore(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
2 parents ac3612b + a5e1bdd commit 0896e87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Compile
3232
run: make build
3333
- name: golangci-lint
34-
uses: golangci/golangci-lint-action@v7.0.0
34+
uses: golangci/golangci-lint-action@v8.0.0
3535
with:
36-
version: v2.0.2
36+
version: v2.1.6
3737
- name: Test
3838
run: make test-unit
3939
- name: Upload unit test coverage to Codecov

0 commit comments

Comments
 (0)