fix(ci): set correct get url for linter

pull/751/head
Simon Aronsson 3 years ago
parent 2ba51c0de0
commit 668e7a1511
No known key found for this signature in database
GPG Key ID: 8DA57A5FD341605B

@ -20,7 +20,7 @@ jobs:
go-version: 1.15.x
- name: Lint
run: |
go get -u golang.org/lint/golint
go get -u golang.org/x/lint/golint
golint -set_exit_status ./...
test:
strategy:

Loading…
Cancel
Save