Skip to content

Commit a8dd3b2

Browse files
committed
Upgrade golang ci
1 parent 32757a1 commit a8dd3b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-style-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- name: Check out code into the Go module directory
2020
uses: actions/checkout@v2
2121
- name: golangci-lint
22-
uses: golangci/golangci-lint-action@v6
22+
uses: golangci/golangci-lint-action@v9
2323
with:
24-
version: v1.64.8
24+
version: v2.6
2525
args: --timeout=10m -v
2626
- name: Build
2727
run: go build .

0 commit comments

Comments
 (0)