Skip to content

Commit

Permalink
Bump actions/setup-go from v2.1.1 to v2.1.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from v2.1.1 to v2.1.2.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.1...8a3a76c)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 18, 2020
1 parent 17a529c commit 10d1a0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
go: [1.13, 1.14]
name: Test with Go version ${{ matrix.go }}
steps:
- uses: actions/setup-go@v2.1.1
- uses: actions/setup-go@v2.1.2
with:
go-version: ${{ matrix.go }}

Expand All @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v2.1.1
- uses: actions/setup-go@v2.1.2
with:
go-version: 1.14

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go: [1.13, 1.14]
name: Test with Go version ${{ matrix.go }}
steps:
- uses: actions/setup-go@v2.1.1
- uses: actions/setup-go@v2.1.2
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 10d1a0d

Please sign in to comment.