Skip to content

Commit

Permalink
pkg(docker-engine): bump go to 1.20.5
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Aug 6, 2023
1 parent f818e7d commit 5619b87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.19.8"
ARG GO_VERSION="1.20.5"
ARG GO_IMAGE_VARIANT="bullseye"
ARG PKG_RELEASE="debian11"
ARG PKG_TYPE="deb"
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker-engine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
include ../../common/vars.mk

# https://github.com/moby/moby/blob/23.0/Dockerfile#L3
export GO_VERSION = 1.19.8
export GO_VERSION = 1.20.5

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.19.8"
default = "1.20.5"
}
variable "GO_IMAGE_VARIANT" {
default = "bullseye"
Expand Down

0 comments on commit 5619b87

Please sign in to comment.