Skip to content

Commit bf9fdc8

Browse files
Bump actions/setup-go from 2.1.5 to 2.2.0 (#24)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.5 to 2.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2.1.5...v2.2.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7202c25 commit bf9fdc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Set up Go
19-
uses: actions/setup-go@v2.1.5
19+
uses: actions/setup-go@v2.2.0
2020
with:
2121
go-version: '1.15'
2222
id: go

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Set up Go
22-
uses: actions/setup-go@v2.1.5
22+
uses: actions/setup-go@v2.2.0
2323
with:
2424
go-version: '1.15'
2525
id: go

0 commit comments

Comments
 (0)