Skip to content

Commit a41fdcb

Browse files
committed
Upgrade Go to version 1.19.10
1 parent 403b704 commit a41fdcb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/mcad-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@v3
2828
with:
29-
go-version: 1.18.10
29+
go-version: 1.19.10
3030

3131
- name: Build
3232
run:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- docker
1414

1515
go:
16-
- "1.18.10"
16+
- "1.19.10"
1717

1818
go_import_path: github.com/project-codeflare/multi-cluster-app-dispatcher
1919

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/go-toolset:1.18.10-1 AS BUILDER
1+
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-10 AS BUILDER
22
ARG GO_BUILD_ARGS
33
WORKDIR /workdir
44
USER root

doc/build/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $
3636
3737
To build the controller and to run the end to end tests locally you will need to have the following software installed:
3838
39-
* `Go` (version 1.18)
39+
* `Go` (version 1.19)
4040
* `kind` (version 0.18)
4141
* `kubectl`
4242
* `helm` - version 3.0 or later

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/multi-cluster-app-dispatcher
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/eapache/go-resiliency v1.3.0

0 commit comments

Comments
 (0)