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:
parent
2ba51c0de0
commit
668e7a1511
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user