Skip to content

Commit 08ce8f6

Browse files
clarklee92chrisliu1995
authored andcommitted
Upgrade Golang to version 1.21
Signed-off-by: clarklee92 <[email protected]>
1 parent ad0744d commit 08ce8f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010

1111
env:
1212
# Common versions
13-
GO_VERSION: '1.19'
14-
GOLANGCI_VERSION: 'v1.51'
13+
GO_VERSION: '1.21'
14+
GOLANGCI_VERSION: 'v1.58'
1515
DOCKER_BUILDX_VERSION: 'v0.4.2'
1616

1717
# Common users. We can't run a step 'if secrets.AWS_USR != ""' but we can run

.github/workflows/e2e-1.26.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
# Common versions
13-
GO_VERSION: '1.19'
13+
GO_VERSION: '1.21'
1414
KIND_ACTION_VERSION: 'v1.3.0'
1515
KIND_VERSION: 'v0.14.0'
1616
KIND_IMAGE: 'kindest/node:v1.26.4'

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.19 as builder
2+
FROM golang:1.21 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)