File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 steps :
1111 - uses : actions/checkout@v2
1212
13- - name : Set up Go 1.14
13+ - name : Set up Go 1.15
1414 uses : actions/setup-go@v1
1515 with :
16- go-version : 1.14
16+ go-version : 1.15
1717
1818 - name : Build
1919 run : script/cibuild
Original file line number Diff line number Diff line change 11#
22
3- FROM golang:1.14.7
3+ FROM golang:1.15.6
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.14.7
1+ FROM golang:1.15.6
22LABEL maintainer="
[email protected] "
33
44RUN apt-get update
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ cp ${tarball}.gz "$BUILD_ARTIFACT_DIR"/gh-ost/
3030
3131# ## HACK HACK HACK HACK ###
3232# blame @carlosmn, @mattr and @timvaillancourt-
33- # Allow builds on buster to also be used for stretch + jessie
33+ # Allow builds on buster to also be used for stretch
3434stretch_tarball_name=$( echo $( basename " ${tarball} " ) | sed s/-buster-/-stretch-/)
35- jessie_tarball_name=$( echo $( basename " ${stretch_tarball_name} " ) | sed s/-stretch-/-jessie-/)
3635cp ${tarball} .gz " $BUILD_ARTIFACT_DIR /gh-ost/${stretch_tarball_name} .gz"
37- cp ${tarball} .gz " $BUILD_ARTIFACT_DIR /gh-ost/${jessie_tarball_name} .gz"
You can’t perform that action at this time.
0 commit comments