1
1
mirror of https://github.com/walles/moar.git synced 2024-10-05 16:07:54 +03:00

Maybe this one is better for Go 1.20?

This commit is contained in:
Johan Walles 2023-03-03 08:28:24 +01:00
parent ddc5175325
commit 6b93118c57

View File

@ -22,6 +22,6 @@ jobs:
# commandline below:
# https://github.com/golangci/golangci-lint/releases/latest
- 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