File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212
1313env :
1414 GOPROXY : https://proxy.golang.org/
15- GO_VERSION : 1.25.2
15+ GO_VERSION : 1.25.3
1616
1717jobs :
1818 e2e-envoy-deployment :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ permissions:
1818
1919env :
2020 GOPROXY : https://proxy.golang.org/
21- GO_VERSION : 1.25.2
21+ GO_VERSION : 1.25.3
2222
2323jobs :
2424 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.25.2
17+ GO_VERSION : 1.25.3
1818
1919jobs :
2020 CodeQL-Build :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414env :
1515 GOPROXY : https://proxy.golang.org/
16- GO_VERSION : 1.25.2
16+ GO_VERSION : 1.25.3
1717
1818jobs :
1919 lint :
Original file line number Diff line number Diff line change 4040IMAGE_PLATFORMS ?= linux/amd64,linux/arm64
4141
4242# Base build image to use.
43- BUILD_BASE_IMAGE ?= golang:1.25.2 @sha256:1c91b4f4391774a73d6489576878ad3ff3161ebc8c78466ec26e83474855bfcf
43+ BUILD_BASE_IMAGE ?= golang:1.25.3 @sha256:6bac879c5b77e0fc9c556a5ed8920e89dab1709bd510a854903509c828f67f96
4444
4545# Enable build with CGO.
4646BUILD_CGO_ENABLED ?= 0
Original file line number Diff line number Diff line change 1- Updates Go to go1.25.2 . See the [ Go release notes] ( https://go.dev/doc/devel/release#go1.25.0 ) for more information about the content of the release.
1+ Updates Go to go1.25.3 . See the [ Go release notes] ( https://go.dev/doc/devel/release#go1.25.0 ) for more information about the content of the release.
You can’t perform that action at this time.
0 commit comments