build(deps): bump setup-go from v2.1.3 to v2.1.4 (#321)

This commit is contained in:
dependabot[bot] 2021-08-30 12:27:11 +02:00 committed by GitHub
parent b88829864d
commit 0559ce1d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 5 deletions

12
package-lock.json generated
View File

@ -16,7 +16,7 @@
"@actions/tool-cache": "^1.7.1", "@actions/tool-cache": "^1.7.1",
"@types/semver": "^7.3.8", "@types/semver": "^7.3.8",
"@types/tmp": "^0.2.1", "@types/tmp": "^0.2.1",
"setup-go": "git+https://github.com/actions/setup-go.git#v2.1.3", "setup-go": "git+https://github.com/actions/setup-go.git#v2.1.4",
"tmp": "^0.2.1" "tmp": "^0.2.1"
}, },
"devDependencies": { "devDependencies": {
@ -2874,7 +2874,10 @@
} }
}, },
"node_modules/setup-go": { "node_modules/setup-go": {
"resolved": "git+ssh://git@github.com/actions/setup-go.git#37335c7bb261b353407cff977110895fa0b4f7d8", "version": "1.0.0",
"resolved": "git+ssh://git@github.com/actions/setup-go.git#331ce1d993939866bb63c32c6cbbfd48fa76fc57",
"integrity": "sha512-sin1uT5VXYsvPLI47bpdLGsWyf4dgwotubBuqOcaBxn4q7sDMvXopFYPT9NOZBn4QR3HQTQ9C4n2PCbdK4axZQ==",
"license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"@actions/http-client": "^1.0.6", "@actions/http-client": "^1.0.6",
@ -5539,8 +5542,9 @@
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
}, },
"setup-go": { "setup-go": {
"version": "git+ssh://git@github.com/actions/setup-go.git#37335c7bb261b353407cff977110895fa0b4f7d8", "version": "git+ssh://git@github.com/actions/setup-go.git#331ce1d993939866bb63c32c6cbbfd48fa76fc57",
"from": "setup-go@git+https://github.com/actions/setup-go.git#v2.1.3", "integrity": "sha512-sin1uT5VXYsvPLI47bpdLGsWyf4dgwotubBuqOcaBxn4q7sDMvXopFYPT9NOZBn4QR3HQTQ9C4n2PCbdK4axZQ==",
"from": "setup-go@git+https://github.com/actions/setup-go.git#331ce1d993939866bb63c32c6cbbfd48fa76fc57",
"requires": { "requires": {
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"@actions/http-client": "^1.0.6", "@actions/http-client": "^1.0.6",

View File

@ -33,7 +33,7 @@
"@actions/tool-cache": "^1.7.1", "@actions/tool-cache": "^1.7.1",
"@types/semver": "^7.3.8", "@types/semver": "^7.3.8",
"@types/tmp": "^0.2.1", "@types/tmp": "^0.2.1",
"setup-go": "git+https://github.com/actions/setup-go.git#v2.1.3", "setup-go": "git+https://github.com/actions/setup-go.git#v2.1.4",
"tmp": "^0.2.1" "tmp": "^0.2.1"
}, },
"devDependencies": { "devDependencies": {