Skip to content

Commit

Permalink
Merge pull request #6 from yasuoza/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-v2.1.2

Bump actions/setup-go from v2.1.1 to v2.1.2
  • Loading branch information
yasuoza committed Aug 21, 2020
2 parents 895e506 + 10d1a0d commit 60b817b
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 60b817b

Please sign in to comment.