Skip to content

Commit 06e6e88

Browse files
committed
Update golangci-line in GitHub Actions
1 parent 745988a commit 06e6e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Lint
21-
uses: golangci/golangci-lint-action@v3
21+
uses: golangci/golangci-lint-action@v6
2222
with:
23-
version: v1.49
23+
version: v1.59
2424

2525
- name: Test
2626
run: go test -v ./...

0 commit comments

Comments
 (0)