File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
FROM btwiuse/arch
2
2
3
- RUN curl -sL https://go.dev/dl/go1.19rc1 .linux-amd64.tar.gz | tar -xzC /usr/local/ && cp /usr/local/go/bin/go /usr/bin/go
3
+ RUN curl -sL https://go.dev/dl/go1.19rc2 .linux-amd64.tar.gz | tar -xzC /usr/local/ && cp /usr/local/go/bin/go /usr/bin/go
4
4
5
5
RUN pacman -Syu --noconfirm --overwrite='*' \
6
6
docker clang android-ndk rustup deno pkgfile yarn npm wget htop dstat neofetch &&\
Original file line number Diff line number Diff line change @@ -65,19 +65,19 @@ jobs:
65
65
submodules : recursive
66
66
67
67
- name : go version
68
- uses : docker://library/golang:1.19rc1
68
+ uses : docker://library/golang:1.19rc2
69
69
with :
70
70
entrypoint : bash
71
71
args : -c "which go && go version"
72
72
73
73
- name : go get
74
- uses : docker://library/golang:1.19rc1
74
+ uses : docker://library/golang:1.19rc2
75
75
with :
76
76
entrypoint : bash
77
77
args : -c "make go-get || make go-get || make go-get"
78
78
79
79
- name : go install
80
- uses : docker://library/golang:1.19rc1
80
+ uses : docker://library/golang:1.19rc2
81
81
with :
82
82
entrypoint : bash
83
83
args : -c "make go-install-debuginfo"
Original file line number Diff line number Diff line change 12
12
test :
13
13
strategy :
14
14
matrix :
15
- go-version : [1.19rc1 ]
15
+ go-version : [1.19rc2 ]
16
16
platform : [ubuntu-latest, macos-latest, windows-latest]
17
17
runs-on : ${{ matrix.platform }}
18
18
steps :
Original file line number Diff line number Diff line change 5
5
# WORKDIR /k0s.io
6
6
# RUN make bazel-build
7
7
8
- FROM btwiuse/ golang:1.19rc1 AS builder-go
8
+ FROM golang:1.19rc2 AS builder-go
9
9
COPY . /k0s.io
10
10
WORKDIR /k0s.io
11
11
RUN make build
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ go_rules_dependencies()
39
39
40
40
go_register_toolchains (
41
41
nogo = "@//:nogo" ,
42
- version = "1.19rc1 " ,
42
+ version = "1.19rc2 " ,
43
43
) # nogo is in the top-level BUILD file of this workspace
44
44
45
45
git_repository (
You can’t perform that action at this time.
0 commit comments