Fix misleading version input description (#33)
* Fix misleading version input description Signed-off-by: Tam Mach <sayboras@yahoo.com> * Run npm run all * Update dep to fix CI * Update dep to fix CI * Bump to 1.28 * Locked down setup-go version
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user