File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 tags : [ "v*" ]
1313
1414env :
15- GO_VERSION : ~1.19 # Require Go 1.19 and above, but lower than Go 2.0.0
15+ GO_VERSION : ~1.20 # Require Go 1.20 and above, but lower than Go 2.0.0
1616
1717jobs :
1818 unit_integration_tests :
Original file line number Diff line number Diff line change 55 branches : [ main ]
66
77env :
8- GO_VERSION : ' ^1.19 ' # Require Go 1.19 and above, but lower than Go 2.0.0
8+ GO_VERSION : ' ^1.20 ' # Require Go 1.20 and above, but lower than Go 2.0.0
99
1010jobs :
1111
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM --platform=$BUILDPLATFORM golang:1.19 as builder
2+ FROM --platform=$BUILDPLATFORM golang:1.20 as builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 11module github.com/rabbitmq/messaging-topology-operator
22
3- go 1.19
3+ go 1.20
44
55require (
66 github.com/cloudflare/cfssl v1.6.4
You can’t perform that action at this time.
0 commit comments