Skip to content

Commit e0f8e2f

Browse files
chore(deps): update golangci/golangci-lint-action action to v9
1 parent 1b83050 commit e0f8e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codetests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: go-generate
3838
run: GOOS=darwin go generate ./...
3939
- name: golangci-lint
40-
uses: golangci/golangci-lint-action@v7
40+
uses: golangci/golangci-lint-action@v9
4141
with:
4242
version: 'v2.0'
4343

@@ -58,6 +58,6 @@ jobs:
5858
- name: go-generate
5959
run: GOOS=linux go generate ./...
6060
- name: golangci-lint
61-
uses: golangci/golangci-lint-action@v7
61+
uses: golangci/golangci-lint-action@v9
6262
with:
6363
version: 'v2.0'

0 commit comments

Comments
 (0)