mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-10 02:58:50 +01:00
prevent staticcheck from switching to go v1.17
This commit is contained in:
parent
7d0ffe3347
commit
e952c04db0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pull-request.yml
vendored
1
.github/workflows/pull-request.yml
vendored
|
|
@ -22,6 +22,7 @@ jobs:
|
|||
- uses: dominikh/staticcheck-action@a3513ade2e5cb8075ba1c1ed1890a989cf0f2aa0 #v1.2.0
|
||||
with:
|
||||
version: "2022.1.1"
|
||||
install-go: "false" # StaticCheck uses go v1.17 which does not support `any`
|
||||
test:
|
||||
name: Test
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue