build(deps): bump setup-go from v2.1.0 to v2.1.1 (#58)

Bumps [setup-go](https://github.com/actions/setup-go) from v2.1.0 to v2.1.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](1616116e1b...d0c5defdf3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-07-27 15:08:03 +08:00 committed by GitHub
parent 294f27a519
commit e2ff3f296a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1865,8 +1865,8 @@
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
},
"setup-go": {
"version": "git+https://github.com/actions/setup-go.git#1616116e1b39417f86ba049745f1a8946d4d00e7",
"from": "git+https://github.com/actions/setup-go.git#v2.1.0",
"version": "git+https://github.com/actions/setup-go.git#d0c5defdf364f1d1fb07530c000084836192af9c",
"from": "git+https://github.com/actions/setup-go.git#d0c5defdf364f1d1fb07530c000084836192af9c",
"requires": {
"@actions/core": "^1.2.3",
"@actions/http-client": "^1.0.6",

View File

@ -32,7 +32,7 @@
"@actions/tool-cache": "^1.5.5",
"@types/semver": "^7.3.1",
"@types/tmp": "^0.2.0",
"setup-go": "git+https://github.com/actions/setup-go.git#v2.1.0",
"setup-go": "git+https://github.com/actions/setup-go.git#v2.1.1",
"tmp": "^0.2.1"
},
"devDependencies": {