Skip to content

Commit

Permalink
Bump actions/setup-go from v2.1.2 to v2.1.3
Browse files Browse the repository at this point in the history
Bumps [actions/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](actions/setup-go@v2.1.2...37335c7)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 2, 2020
1 parent 77162d8 commit 400a9bb
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.14, 1.15]
name: Test with Go version ${{ matrix.go }}
steps:
- uses: actions/setup-go@v2.1.2
- uses: actions/setup-go@v2.1.3
with:
go-version: ${{ matrix.go }}

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

- uses: actions/setup-go@v2.1.2
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.15

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.14, 1.15]
name: Test with Go version ${{ matrix.go }}
steps:
- uses: actions/setup-go@v2.1.2
- uses: actions/setup-go@v2.1.3
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 400a9bb

Please sign in to comment.