Skip to content

Commit 7016538

Browse files
authored
Merge pull request #390 from docker/bot/update-go
chore: align go version from upstream repositories
2 parents d476a17 + 99b931b commit 7016538

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ target "_pkg-cagent" {
579579
PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "cagent"
580580
PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/docker/cagent.git"
581581
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "main"
582-
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.26.0" # https://github.com/docker/cagent/blob/main/Dockerfile
582+
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.26.1" # https://github.com/docker/cagent/blob/main/Dockerfile
583583
GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != "" ? GO_IMAGE_VARIANT : "bookworm"
584584
PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != "" ? PKG_DEB_EPOCH : ""
585585
PKG_REMOTE_DOCKERFILE = "Dockerfile"

pkg/cagent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARG PKG_REPO="https://github.com/docker/cagent.git"
2828
ARG PKG_REF="master"
2929

3030
ARG GO_IMAGE="golang"
31-
ARG GO_VERSION="1.26.0"
31+
ARG GO_VERSION="1.26.1"
3232
ARG GO_IMAGE_VARIANT="bookworm"
3333

3434
ARG ZIG_VERSION="0.15.2"

0 commit comments

Comments
 (0)