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:
10
10
steps :
11
11
- uses : actions/checkout@v2
12
12
13
- - name : Set up Go 1.14
13
+ - name : Set up Go 1.15
14
14
uses : actions/setup-go@v1
15
15
with :
16
- go-version : 1.14
16
+ go-version : 1.15
17
17
18
18
- name : Build
19
19
run : script/cibuild
Original file line number Diff line number Diff line change 1
1
#
2
2
3
- FROM golang:1.14.7
3
+ FROM golang:1.15.6
4
4
5
5
RUN apt-get update
6
6
RUN 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
2
2
LABEL maintainer="
[email protected] "
3
3
4
4
RUN 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/
30
30
31
31
# ## HACK HACK HACK HACK ###
32
32
# 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
34
34
stretch_tarball_name=$( echo $( basename " ${tarball} " ) | sed s/-buster-/-stretch-/)
35
- jessie_tarball_name=$( echo $( basename " ${stretch_tarball_name} " ) | sed s/-stretch-/-jessie-/)
36
35
cp ${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