Skip to content

Commit f6647f8

Browse files
Bump golang/go from go1.15 to 1.24.1 (#104)
* Bump golang/go from go1.15 to 1.24.1 Bumps [golang/go](https://github.com/golang/go) from go1.15 to 1.24.1. This release includes the previously tagged commit. - [Commits](golang/go@go1.15...go1.24.1) --- updated-dependencies: - dependency-name: golang/go dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump Go version used for GoReleaser --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Boyes <[email protected]>
1 parent 574ad04 commit f6647f8

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
@@ -27,7 +27,7 @@ jobs:
2727
- uses: koalaman/[email protected]
2828

2929
# update the version in `github_tag_and_release.yml` manually, too
30-
- uses: golang/go@go1.15
30+
- uses: golang/go@go1.24.1
3131

3232
# update the variant version in the devcontainer.json manually, too
3333
# (see ../DEPENDENCIES.md#devcontainer-base-image-version for more info )

.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.15
37+
go-version: 1.24
3838
-
3939
name: Run GoReleaser
4040
uses: goreleaser/goreleaser-action@v6

0 commit comments

Comments
 (0)