Skip to content

Commit

Permalink
Bump go to 1.23.4 (#6838)
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <sunjay.bhatia@broadcom.com>
Co-authored-by: Sunjay Bhatia <sunjay.bhatia@broadcom.com>
  • Loading branch information
sunjayBhatia and sunjayBhatia authored Jan 9, 2025
1 parent 56fe602 commit f759222
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

env:
GOPROXY: https://proxy.golang.org/
GO_VERSION: 1.23.2
GO_VERSION: 1.23.4

jobs:
e2e-contour-xds:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:

env:
GOPROXY: https://proxy.golang.org/
GO_VERSION: 1.23.2
GO_VERSION: 1.23.4

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

env:
GOPROXY: https://proxy.golang.org/
GO_VERSION: 1.23.2
GO_VERSION: 1.23.4

jobs:
CodeQL-Build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

env:
GOPROXY: https://proxy.golang.org/
GO_VERSION: 1.23.2
GO_VERSION: 1.23.4

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ endif
IMAGE_PLATFORMS ?= linux/amd64,linux/arm64

# Base build image to use.
BUILD_BASE_IMAGE ?= golang:1.23.2@sha256:858ab89651d8a3d637da5580e71fdec40b5aefbb148ba50b9a629bd079a14bcd
BUILD_BASE_IMAGE ?= golang:1.23.4@sha256:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041

# Enable build with CGO.
BUILD_CGO_ENABLED ?= 0
Expand Down
1 change: 0 additions & 1 deletion changelogs/unreleased/6718-tsaarni-small.md

This file was deleted.

1 change: 1 addition & 0 deletions changelogs/unreleased/6838-sunjayBhatia-small.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updateds to Go 1.23.4. See the [Go release notes](https://go.dev/doc/devel/release#go1.23.0) for more information.

0 comments on commit f759222

Please sign in to comment.