Skip to content

Commit bbf0735

Browse files
committed
upgrade golangci-lint-action to v8 and version to v2.11.3
1 parent 1ce987b commit bbf0735

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
cache: true
2929

3030
- name: Run golangci-lint
31-
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
31+
uses: golangci/golangci-lint-action@v8
3232
with:
33-
version: v1.64.8
33+
version: v2.11.3
3434
args: --timeout=5m
3535

3636
- name: Build

0 commit comments

Comments
 (0)