Skip to content

Commit efa14f5

Browse files
Bump golang/go from go1.14.6 to go1.15 (#36)
* 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]>
1 parent 5f43561 commit efa14f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot_hack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- uses: koalaman/[email protected]
2727

2828
# update the version in `github_tag_and_release.yml` manually, too
29-
- uses: golang/go@go1.14.6
29+
- uses: golang/go@go1.15

.github/workflows/github_tag_and_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: Set up Go
3535
uses: actions/[email protected]
3636
with:
37-
go-version: 1.14.6
37+
go-version: 1.15
3838
-
3939
name: Run GoReleaser
4040
uses: goreleaser/[email protected]

0 commit comments

Comments
 (0)