diff --git a/.github/workflows/build_daily.yaml b/.github/workflows/build_daily.yaml index 910e42071c0..80673b811cc 100644 --- a/.github/workflows/build_daily.yaml +++ b/.github/workflows/build_daily.yaml @@ -10,7 +10,7 @@ on: env: GOPROXY: https://proxy.golang.org/ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - GO_VERSION: 1.20.5 + GO_VERSION: 1.20.6 jobs: e2e-envoy-xds: runs-on: ubuntu-latest diff --git a/.github/workflows/prbuild.yaml b/.github/workflows/prbuild.yaml index 018d1793d70..3eb7c9bc486 100644 --- a/.github/workflows/prbuild.yaml +++ b/.github/workflows/prbuild.yaml @@ -11,7 +11,7 @@ on: env: GOPROXY: https://proxy.golang.org/ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - GO_VERSION: 1.20.5 + GO_VERSION: 1.20.6 jobs: lint: runs-on: ubuntu-latest diff --git a/Makefile b/Makefile index 109825140b3..1544fe00911 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ endif IMAGE_PLATFORMS ?= linux/amd64,linux/arm64 # Base build image to use. -BUILD_BASE_IMAGE ?= golang:1.20.5 +BUILD_BASE_IMAGE ?= golang:1.20.6 # Enable build with CGO. BUILD_CGO_ENABLED ?= 0 diff --git a/changelogs/unreleased/5502-sunjayBhatia-small.md b/changelogs/unreleased/5502-sunjayBhatia-small.md deleted file mode 100644 index 29a298af8ef..00000000000 --- a/changelogs/unreleased/5502-sunjayBhatia-small.md +++ /dev/null @@ -1 +0,0 @@ -Updates to Go 1.20.5. See the [Go release notes](https://go.dev/doc/devel/release#go1.20) for more information. diff --git a/changelogs/unreleased/5555-skriss-small.md b/changelogs/unreleased/5555-skriss-small.md new file mode 100644 index 00000000000..696d9584fa9 --- /dev/null +++ b/changelogs/unreleased/5555-skriss-small.md @@ -0,0 +1 @@ +Updates to Go 1.20.6. See the [Go release notes](https://go.dev/doc/devel/release#go1.20) for more information.