build(deps): bump setup-go from v2.1.2 to v2.1.3 (#102)

Bumps [setup-go](https://github.com/actions/setup-go) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](8a3a76c217...37335c7bb2)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
Co-authored-by: Xiang Dai <long0dai@foxmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-10-07 10:33:57 +08:00 committed by GitHub
parent 2ea701ccbd
commit 4957db1776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2045,10 +2045,10 @@
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
}, },
"setup-go": { "setup-go": {
"version": "git+https://github.com/actions/setup-go.git#8a3a76c2171de8c3be20bec507b6d829ccae48ba", "version": "git+https://github.com/actions/setup-go.git#37335c7bb261b353407cff977110895fa0b4f7d8",
"from": "git+https://github.com/actions/setup-go.git#8a3a76c2171de8c3be20bec507b6d829ccae48ba", "from": "git+https://github.com/actions/setup-go.git#37335c7bb261b353407cff977110895fa0b4f7d8",
"requires": { "requires": {
"@actions/core": "^1.2.3", "@actions/core": "^1.2.6",
"@actions/http-client": "^1.0.6", "@actions/http-client": "^1.0.6",
"@actions/io": "^1.0.2", "@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.5.5", "@actions/tool-cache": "^1.5.5",

View File

@ -32,7 +32,7 @@
"@actions/tool-cache": "^1.6.0", "@actions/tool-cache": "^1.6.0",
"@types/semver": "^7.3.4", "@types/semver": "^7.3.4",
"@types/tmp": "^0.2.0", "@types/tmp": "^0.2.0",
"setup-go": "git+https://github.com/actions/setup-go.git#v2.1.2", "setup-go": "git+https://github.com/actions/setup-go.git#v2.1.3",
"tmp": "^0.2.1" "tmp": "^0.2.1"
}, },
"devDependencies": { "devDependencies": {