Skip to content

Commit

Permalink
Bump golang to v1.20.10 and related change
Browse files Browse the repository at this point in the history
  • Loading branch information
mquhuy committed Oct 16, 2023
1 parent 1ea9ec9 commit 4dcb444
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Support FROM override
ARG BUILD_IMAGE=docker.io/golang:1.20.8@sha256:6b29720c5598cb40b23dd38f522050a698d427c3a5696c5efe1ed22bd45b1396
ARG BUILD_IMAGE=docker.io/golang:1.20.10@sha256:098d628490c97d4419ed44a23d893f37b764f3bea06e0827183e8af4120e19be
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f

# Build the manager binary on golang image
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SHELL:=/usr/bin/env bash

.DEFAULT_GOAL:=help

GO_VERSION ?= 1.20.8
GO_VERSION ?= 1.20.10
GO := $(shell type -P go)
# Use GOPROXY environment variable if set
GOPROXY := $(shell $(GO) env GOPROXY)
Expand Down
4 changes: 2 additions & 2 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ metadata:
cluster.x-k8s.io/control-plane: "true"
cluster.x-k8s.io/cluster-name: "test1"
spec:
version: v1.18.0
version: v1.20.10
bootstrap:
configRef:
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
Expand Down Expand Up @@ -209,7 +209,7 @@ spec:
kind: Metal3Machine
name: test1-controlplane-0
providerID: metal3://8e16d3b6-d48c-41e0-af0f-e43dbf5ec0cd
version: v1.18.0
version: v1.20.10
status:
addresses:
- address: 172.22.0.10
Expand Down

0 comments on commit 4dcb444

Please sign in to comment.