Commit 08ce8f6 1 parent ad0744d commit 08ce8f6 Copy full SHA for 08ce8f6
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
env :
12
12
# Common versions
13
- GO_VERSION : ' 1.19 '
14
- GOLANGCI_VERSION : ' v1.51 '
13
+ GO_VERSION : ' 1.21 '
14
+ GOLANGCI_VERSION : ' v1.58 '
15
15
DOCKER_BUILDX_VERSION : ' v0.4.2'
16
16
17
17
# Common users. We can't run a step 'if secrets.AWS_USR != ""' but we can run
Original file line number Diff line number Diff line change 10
10
11
11
env :
12
12
# Common versions
13
- GO_VERSION : ' 1.19 '
13
+ GO_VERSION : ' 1.21 '
14
14
KIND_ACTION_VERSION : ' v1.3.0'
15
15
KIND_VERSION : ' v0.14.0'
16
16
KIND_IMAGE : ' kindest/node:v1.26.4'
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.19 as builder
2
+ FROM golang:1.21 as builder
3
3
4
4
WORKDIR /workspace
5
5
# Copy the Go Modules manifests
You can’t perform that action at this time.
0 commit comments