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 1919 - name : Set up Go
2020 uses : actions/setup-go@v3
2121 with :
22- go-version : 1.17
22+ go-version : 1.19
2323
2424 - name : Build
2525 run : go build -o bin/manager main.go
Original file line number Diff line number Diff line change 4646 - name : Set up Go
4747 uses : actions/setup-go@v3
4848 with :
49- go-version : 1.18
49+ go-version : 1.19
5050
5151 - name : Update to specific version of multi-cluster-app-dispatcher dependency
5252 run : |
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 .10-1 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 @@ -22,7 +22,7 @@ Key features:
2222# Development
2323
2424## Pre-requisites
25- - Installed go version 1.18
25+ - Installed Go version 1.19
2626- Running OpenShift cluster
2727
2828## Building
Original file line number Diff line number Diff line change 11module github.com/project-codeflare/instascale
22
3- go 1.18
3+ go 1.19
44
55require (
66 github.com/onsi/gomega v1.27.4
You can’t perform that action at this time.
0 commit comments