build: Use latest golangci-linter.

This commit is contained in:
jholdstock 2023-08-24 07:36:57 +01:00 committed by Jamie Holdstock
parent a4d21d7838
commit fe8e63a295

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.53.3" run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2"
- name: Test and Lint - name: Test and Lint
run: ./run_tests.sh run: ./run_tests.sh