Update golangci-lint to 1.61.0.

This commit is contained in:
jholdstock 2024-10-16 08:43:32 +01:00 committed by Jamie Holdstock
parent 19572593b1
commit caf02de645
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,6 @@ jobs:
- name: Build - name: Build
run: go build ./... run: go build ./...
- name: Install Linters - name: Install Linters
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.1" run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0"
- name: Test and Lint - name: Test and Lint
run: ./run_tests.sh run: ./run_tests.sh

View File

@ -33,6 +33,7 @@ linters:
- reassign - reassign
- revive - revive
- staticcheck - staticcheck
- tenv
- tparallel - tparallel
- typecheck - typecheck
- unconvert - unconvert