mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-02-14 19:57:30 +00:00
Locked down setup-go version
This commit is contained in:
parent
f51f3415f5
commit
5feb0ce0c5
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
"@actions/cache": "^0.2.1",
|
||||
"@types/semver": "^7.1.0",
|
||||
"@types/tmp": "^0.2.0",
|
||||
"setup-go": "git+https://github.com/actions/setup-go.git",
|
||||
"setup-go": "git+https://github.com/actions/setup-go.git#v2.1.0",
|
||||
"tmp": "^0.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue