Skip to content

Commit 5766eb4

Browse files
authored
Merge pull request #23 from kolyshkin/golangci-lint-v8
ci: bump golangci-lint, golangci-lint-action
2 parents bb47798 + ff8803c commit 5766eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- uses: actions/setup-go@v5
3131
with:
3232
go-version: "${{ env.GO_VERSION }}"
33-
- uses: golangci/golangci-lint-action@v7
33+
- uses: golangci/golangci-lint-action@v8
3434
with:
35-
version: v2.0
35+
version: v2.1
3636
# Extra linters, only checking new code from a pull request.
3737
- name: lint-extra
3838
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)