Skip to content

Commit

Permalink
Bump golang/go from go1.14.6 to go1.15 (#36)
Browse files Browse the repository at this point in the history
* Bump golang/go from go1.14.6 to go1.15

Bumps [golang/go](https://github.com/golang/go) from go1.14.6 to go1.15.
- [Release notes](https://github.com/golang/go/releases)
- [Commits](golang/go@go1.14.6...0fdc380)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump Go to latest version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Boyes <[email protected]>
  • Loading branch information
dependabot[bot] and johnboyes authored Aug 12, 2020
1 parent 5f43561 commit efa14f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_hack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- uses: koalaman/[email protected]

# update the version in `github_tag_and_release.yml` manually, too
- uses: golang/go@go1.14.6
- uses: golang/go@go1.15
2 changes: 1 addition & 1 deletion .github/workflows/github_tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Set up Go
uses: actions/[email protected]
with:
go-version: 1.14.6
go-version: 1.15
-
name: Run GoReleaser
uses: goreleaser/[email protected]
Expand Down

0 comments on commit efa14f5

Please sign in to comment.