1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-12 09:04:17 +02:00

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 go-version: 1.15.x
- name: Lint - name: Lint
run: | run: |
go get -u golang.org/lint/golint go get -u golang.org/x/lint/golint
golint -set_exit_status ./... golint -set_exit_status ./...
test: test:
strategy: strategy: