Update go.yml
This commit is contained in:
parent
d314b771b8
commit
4549407ba9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue