Skip to content

Commit

Permalink
Merge pull request #176 from crazy-max/docker-24.0_bump-go
Browse files Browse the repository at this point in the history
[docker/24.0] bump go to 1.20.10
  • Loading branch information
crazy-max committed Oct 21, 2023
2 parents 6b6250e + cacdd63 commit 9846013
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pkg/docker-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG GOVERSIONINFO_VERSION="v1.3.0"

# common args
ARG GO_IMAGE="golang"
ARG GO_VERSION="1.20.7"
ARG GO_VERSION="1.20.10"
ARG GO_IMAGE_VARIANT="bullseye"
ARG PKG_RELEASE="debian11"
ARG PKG_TYPE="deb"
Expand Down
4 changes: 2 additions & 2 deletions pkg/docker-cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

include ../../common/vars.mk

# https://github.com/docker/cli/blob/master/Dockerfile#L4
export GO_VERSION = 1.20.7
# https://github.com/docker/cli/blob/24.0/Dockerfile#L4
export GO_VERSION = 1.20.10

DESTDIR ?= $(BASEDIR)/bin
BAKE_DEFINITIONS ?= -f docker-bake.hcl -f ../../common/packages.hcl
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker-cli/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "GO_IMAGE" {
default = "golang"
}
variable "GO_VERSION" {
default = "1.20.7"
default = "1.20.10"
}
variable "GO_IMAGE_VARIANT" {
default = "bullseye"
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker-engine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG GOWINRES_VERSION="v0.3.0"

# common args
ARG GO_IMAGE="golang"
ARG GO_VERSION="1.20.7"
ARG GO_VERSION="1.20.10"
ARG GO_IMAGE_VARIANT="bullseye"
ARG PKG_RELEASE="debian11"
ARG PKG_TYPE="deb"
Expand Down
4 changes: 2 additions & 2 deletions pkg/docker-engine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

include ../../common/vars.mk

# https://github.com/moby/moby/blob/master/Dockerfile#L3
export GO_VERSION = 1.20.7
# https://github.com/moby/moby/blob/24.0/Dockerfile#L3
export GO_VERSION = 1.20.10

DESTDIR ?= $(BASEDIR)/bin
BAKE_DEFINITIONS ?= -f docker-bake.hcl -f ../../common/packages.hcl
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker-engine/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "GO_IMAGE" {
default = "golang"
}
variable "GO_VERSION" {
default = "1.20.7"
default = "1.20.10"
}
variable "GO_IMAGE_VARIANT" {
default = "bullseye"
Expand Down

0 comments on commit 9846013

Please sign in to comment.