Skip to content

Commit 11f8d47

Browse files
committed
Upgrade Go to version 1.19
1 parent e01f088 commit 11f8d47

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/go.yml

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

.github/workflows/instascale-release.yml

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

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.10-1 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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/instascale
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/onsi/gomega v1.27.4

0 commit comments

Comments
 (0)