Use go install instead of go get

https://go.dev/doc/go-get-install-deprecation
parent 0ebb21df
......@@ -51,7 +51,7 @@ test:
- ./bootstrap.sh
- make install
- popd
- go get -u golang.org/x/lint/golint
- go install golang.org/x/lint/golint
- go mod download
script:
- make check
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment