Skip to content

Commit fee5b5c

Browse files
astefanuttiopenshift-merge-robot
authored andcommitted
Upgrade Go to version 1.19
1 parent 850b850 commit fee5b5c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

.github/workflows/olm_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Here are a few things to go over before getting started with CodeFlare Operator
55
## Environment setup
66

77
The 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/)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/project-codeflare/codeflare-operator
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/go-logr/logr v1.2.4

0 commit comments

Comments
 (0)