Skip to content

Commit 33d0727

Browse files
Merge pull request #203 from KohlsTechnology/dependabot/github_actions/golangci/golangci-lint-action-9.0.0
chore(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0
2 parents 34dc064 + 11441f4 commit 33d0727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- name: Compile
2727
run: make build
2828
- name: golangci-lint
29-
uses: golangci/golangci-lint-action@v8.0.0
29+
uses: golangci/golangci-lint-action@v9.0.0
3030
with:
31-
version: v2.5.0
31+
version: v2.6
3232
- name: Test
3333
run: make test-unit
3434
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)