File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,12 @@ jobs:
19
19
- name : Display build environment
20
20
run : printenv
21
21
22
- - uses : actions/setup-go@v3
22
+ - uses : actions/setup-go@v4
23
23
name : Set up Go 1.x
24
24
with :
25
- go-version : 1.19
25
+ go-version : " 1.20"
26
+ env :
27
+ GO111MODULE : off
26
28
27
29
- uses : actions/checkout@v3
28
30
name : Checkout clowder
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-20.04
15
15
steps :
16
16
- uses : actions/setup-go@v2
17
- name : Set up golang 1.19
17
+ name : Set up golang 1.20
18
18
with :
19
- go-version : ' 1.19.9 '
19
+ go-version : ' 1.20.10 '
20
20
- name : Check out source code
21
21
uses : actions/checkout@v2
22
22
- name : Run Tests
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM registry.access.redhat.com/ubi8/go-toolset:1.19.13-2.1698062273 as builder
2
+ FROM registry.access.redhat.com/ubi8/go-toolset:1.20.10-10 as builder
3
3
USER 0
4
4
RUN dnf install -y openssh-clients git make which jq python3
5
5
Original file line number Diff line number Diff line change 1
1
module github.com/RedHatInsights/clowder
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/RedHatInsights/crc-caddy-plugin v0.2.1
You can’t perform that action at this time.
0 commit comments