File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
- $HOME/.cache/go-build
31
31
32
32
go :
33
- - 1.12 .x
33
+ - 1.13 .x
34
34
35
35
# The `x_base_steps` top-level key is unknown to travis,
36
36
# so we can use it to create a bunch of common build step
Original file line number Diff line number Diff line change 1
- FROM openshift/origin-release:golang-1.12
1
+ FROM openshift/origin-release:golang-1.13
2
2
3
3
WORKDIR /go/src/github.com/operator-framework/operator-sdk
4
4
ENV GOPATH=/go PATH=/go/src/github.com/operator-framework/operator-sdk/build:$PATH GOPROXY=https://proxy.golang.org/ GO111MODULE=on
Original file line number Diff line number Diff line change 1
1
module github.com/operator-framework/operator-sdk
2
2
3
- go 1.12
3
+ go 1.13
4
4
5
5
require (
6
6
cloud.google.com/go v0.37.2 // indirect
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if ! $(git diff-index --quiet HEAD --); then
23
23
exit 1
24
24
fi
25
25
26
- GO_VER=" 1.12 "
26
+ GO_VER=" 1.13 "
27
27
if ! go version | cut -d" " -f3 | grep -q " $GO_VER " ; then
28
28
echo " must compile binaries with Go compiler version v${GO_VER} "
29
29
exit 1
You can’t perform that action at this time.
0 commit comments