Update go.yml

This commit is contained in:
Enrico Stahn 2020-03-03 21:50:25 +11:00 committed by GitHub
parent d314b771b8
commit 4549407ba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,4 +20,4 @@ jobs:
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.7 run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.7
- name: Lint - name: Lint
run: golangci-lint run run: $(go env GOPATH)/bin/golangci-lint run