Skip to content

Commit 7f22933

Browse files
committed
update go to 1.20.6
Signed-off-by: CrazyMax <[email protected]>
1 parent a65131f commit 7f22933

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.20.5
3+
ARG GO_VERSION=1.20.6
44
ARG XX_VERSION=1.2.1
55

66
ARG DOCKER_VERSION=24.0.2

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "GO_VERSION" {
2-
default = "1.20.5"
2+
default = null
33
}
44
variable "DOCS_FORMATS" {
55
default = "md"

hack/dockerfiles/docs.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.20
3+
ARG GO_VERSION=1.20.6
44
ARG FORMATS=md,yaml
55

66
FROM golang:${GO_VERSION}-alpine AS docsgen

hack/dockerfiles/generated-files.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright The Buildx Authors.
66
# Licensed under the Apache License, Version 2.0
77

8-
ARG GO_VERSION="1.20"
8+
ARG GO_VERSION="1.20.6"
99
ARG PROTOC_VERSION="3.11.4"
1010

1111
# protoc is dynamically linked to glibc so can't use alpine base

hack/dockerfiles/lint.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.20
3+
ARG GO_VERSION=1.20.6
44

55
FROM golang:${GO_VERSION}-alpine
66
RUN apk add --no-cache git gcc musl-dev

hack/dockerfiles/vendor.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.20
3+
ARG GO_VERSION=1.20.6
44
ARG MODOUTDATED_VERSION=v0.8.0
55

66
FROM golang:${GO_VERSION}-alpine AS base

0 commit comments

Comments
 (0)