mirror of
https://github.com/walles/moar.git
synced 2024-11-25 19:56:20 +03:00
Maybe this one is better for Go 1.20?
This commit is contained in:
parent
ddc5175325
commit
6b93118c57
2
.github/workflows/linux-ci.yml
vendored
2
.github/workflows/linux-ci.yml
vendored
@ -22,6 +22,6 @@ jobs:
|
|||||||
# commandline below:
|
# commandline below:
|
||||||
# https://github.com/golangci/golangci-lint/releases/latest
|
# https://github.com/golangci/golangci-lint/releases/latest
|
||||||
- name: Install golangci-lint
|
- name: Install golangci-lint
|
||||||
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v1.50.1
|
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v1.51.2
|
||||||
|
|
||||||
- run: ./test.sh
|
- run: ./test.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user