Skip to content

Commit 04e42ab

Browse files
crazy-maxgithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab4e0cf commit 04e42ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ target "_pkg-cagent" {
607607
PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "cagent"
608608
PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/docker/cagent.git"
609609
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "main"
610-
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25.5" # https://github.com/docker/cagent/blob/main/Dockerfile
610+
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.26.0" # https://github.com/docker/cagent/blob/main/Dockerfile
611611
GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != "" ? GO_IMAGE_VARIANT : "bookworm"
612612
PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != "" ? PKG_DEB_EPOCH : ""
613613
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.25.5"
31+
ARG GO_VERSION="1.26.0"
3232
ARG GO_IMAGE_VARIANT="bookworm"
3333

3434
ARG ZIG_VERSION="0.15.2"

0 commit comments

Comments
 (0)