fix(ci): set correct get url for linter

This commit is contained in:
Simon Aronsson 2021-01-10 12:33:45 +01:00
parent 2ba51c0de0
commit 668e7a1511
No known key found for this signature in database
GPG key ID: 8DA57A5FD341605B

View file

@ -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: