File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313env :
1414 GOPROXY : https://proxy.golang.org/
1515 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
16- GO_VERSION : 1.22.10
16+ GO_VERSION : 1.22.12
1717
1818jobs :
1919 e2e-contour-xds :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919env :
2020 GOPROXY : https://proxy.golang.org/
2121 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
22- GO_VERSION : 1.22.10
22+ GO_VERSION : 1.22.12
2323
2424jobs :
2525 build :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414
1515env :
1616 GOPROXY : https://proxy.golang.org/
17- GO_VERSION : 1.22.10
17+ GO_VERSION : 1.22.12
1818
1919jobs :
2020 CodeQL-Build :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414env :
1515 GOPROXY : https://proxy.golang.org/
1616 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
17- GO_VERSION : 1.22.10
17+ GO_VERSION : 1.22.12
1818jobs :
1919 lint :
2020 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4444IMAGE_PLATFORMS ?= linux/amd64,linux/arm64
4545
4646# Base build image to use.
47- BUILD_BASE_IMAGE ?= golang:1.22.10 @sha256:1a6e657ab55c424c837bd3f18289092caca0a106bcd114a8997b1d7fc81565b0
47+ BUILD_BASE_IMAGE ?= golang:1.22.12 @sha256:1f298b0c9fecdf504389a0329236f948cc04a566a2bb32337207cbaaa2f8177c
4848
4949# Enable build with CGO.
5050BUILD_CGO_ENABLED ?= 0
Original file line number Diff line number Diff line change 1+ Updates Go to go1.22.12. See the [ Go release notes] ( https://go.dev/doc/devel/release#go1.22.0 ) for more information about the content of the release.
You can’t perform that action at this time.
0 commit comments