File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@master
11+ - uses : actions/checkout@v2
1212
13- - name : Set up Go 1.12
13+ - name : Set up Go 1.14
1414 uses : actions/setup-go@v1
1515 with :
16- version : 1.12
17- id : go
16+ go-version : 1.14
1817
1918 - name : Build
2019 run : script/cibuild
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@master
11+ - uses : actions/checkout@v2
1212
13- - name : Set up Go 1.12
13+ - name : Set up Go 1.14
1414 uses : actions/setup-go@v1
1515 with :
16- version : 1.12
17- id : go
16+ go-version : 1.14
1817
1918 - name : migration tests
2019 run : script/cibuild-gh-ost-replica-tests
Original file line number Diff line number Diff line change 11#
22
3- FROM golang:1.12.6
3+ FROM golang:1.14.4
44
55RUN apt-get update
66RUN apt-get install -y ruby ruby-dev rubygems build-essential
Original file line number Diff line number Diff line change 1- FROM golang:1.12.1
1+ FROM golang:1.14.4
22LABEL maintainer="github@github.com"
33
44RUN apt-get update
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ function build {
1818 GOOS=$3
1919 GOARCH=$4
2020
21- if ! go version | egrep -q ' go(1\.1[234 ])' ; then
22- echo " go version must be 1.12 or above"
21+ if ! go version | egrep -q ' go(1\.1[23456 ])' ; then
22+ echo " go version must be 1.14 or above"
2323 exit 1
2424 fi
2525
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- PREFERRED_GO_VERSION=go1.12.6
4- SUPPORTED_GO_VERSIONS=' go1.1[234 ]'
3+ PREFERRED_GO_VERSION=go1.14
4+ SUPPORTED_GO_VERSIONS=' go1.1[23456 ]'
55
66GO_PKG_DARWIN=${PREFERRED_GO_VERSION} .darwin-amd64.pkg
77GO_PKG_DARWIN_SHA=ea78245e43de2996fa0973033064b33f48820cfe39f4f3c6e953040925cc5815
You can’t perform that action at this time.
0 commit comments