File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5757 - name : Set Go
5858 uses : actions/setup-go@v3
5959 with :
60- go-version : v1.18
60+ go-version : v1.19
6161
6262 - name : Set up gotestfmt
6363 uses : gotesttools/gotestfmt-action@v2
Original file line number Diff line number Diff line change 5656 - name : Set Go
5757 uses : actions/setup-go@v3
5858 with :
59- go-version : v1.18
59+ go-version : v1.19
6060
6161 - name : Set up gotestfmt
6262 uses : gotesttools/gotestfmt-action@v2
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Here are a few things to go over before getting started with CodeFlare Operator
55## Environment setup
66
77The following should be installed in your working environment:
8- - Go 1.18.X
8+ - Go 1.19.x
99 - [ Download release] ( https://go.dev/dl/ )
1010 - [ Install Instructions] ( https://go.dev/doc/install )
1111 - [ Operator SDK] ( https://sdk.operatorframework.io/docs/installation/ )
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM registry.access.redhat.com/ubi8/go-toolset:1.18.9-8 as builder
2+ FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-10 as builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 11module github.com/project-codeflare/codeflare-operator
22
3- go 1.18
3+ go 1.19
44
55require (
66 github.com/go-logr/logr v1.2.4
You can’t perform that action at this time.
0 commit comments