ci: Update linter to 1.58.1.

This commit is contained in:
jholdstock 2024-05-09 11:35:06 +01:00 committed by Jamie Holdstock
parent ab5e564867
commit 2fef5d29eb

View File

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