generated from actions/container-action
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump golang/go from go1.23.2 to 1.23.4 (#478)
* Bump golang/go from go1.23.2 to 1.23.4 Bumps [golang/go](https://github.com/golang/go) from go1.23.2 to 1.23.4. This release includes the previously tagged commit. - [Commits](golang/go@go1.23.2...go1.23.4) --- updated-dependencies: - dependency-name: golang/go dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump Go version everywhere needed --------- 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]>
- Loading branch information
1 parent
8ebe3b5
commit 84430b4
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
# 4. integration_test.yml | ||
# 5. virtual_test.yml | ||
# 6. the go.mod (if it is a major or minor version change e.g. 1.14 to 1.15) | ||
- uses: golang/[email protected].2 | ||
- uses: golang/[email protected].4 | ||
|
||
# update the versions in the devcontainer Dockerfile manually, too | ||
- uses: golang/tools@gopls/v0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.23.2-bullseye AS builder | ||
FROM golang:1.23.4-bullseye AS builder | ||
|
||
WORKDIR /src | ||
COPY . . | ||
|