build: Use latest golangci-linter.
This commit is contained in:
parent
a4d21d7838
commit
fe8e63a295
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -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.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
|
||||
run: ./run_tests.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user