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.22.3 to 1.22.4 (#456)
* Bump golang/go from go1.22.3 to 1.22.4 Bumps [golang/go](https://github.com/golang/go) from go1.22.3 to 1.22.4. This release includes the previously tagged commit. - [Commits](golang/go@go1.22.3...go1.22.4) --- updated-dependencies: - dependency-name: golang/go dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump Go to latest 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
4b6c1c9
commit 26a42d7
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].3 | ||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
name: Set up Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: '1.22.3' | ||
go-version: '1.22.4' | ||
- | ||
name: Run GoReleaser | ||
uses: goreleaser/[email protected] | ||
|
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.22.3-bullseye AS builder | ||
FROM golang:1.22.4-bullseye AS builder | ||
|
||
WORKDIR /src | ||
COPY . . | ||
|