Commit ce4b61f 1 parent f157cfc commit ce4b61f Copy full SHA for ce4b61f
File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ workflows:
126
126
jobs :
127
127
- lint :
128
128
go-version : " 1.11.4"
129
- golangci-lint-version : " 1.15.0 "
129
+ golangci-lint-version : " 1.17.1 "
130
130
- build :
131
131
go-version : " 1.11.4"
132
132
requires :
@@ -135,10 +135,10 @@ workflows:
135
135
latest-build :
136
136
jobs :
137
137
- lint :
138
- go-version : " 1.12.1 "
139
- golangci-lint-version : " 1.15.0 "
138
+ go-version : " 1.12.8 "
139
+ golangci-lint-version : " 1.17.1 "
140
140
- build :
141
- go-version : " 1.12.1 "
141
+ go-version : " 1.12.8 "
142
142
requires :
143
143
- lint
144
144
@@ -154,7 +154,7 @@ workflows:
154
154
jobs :
155
155
- lint :
156
156
go-version : " 1.11.4"
157
- golangci-lint-version : " 1.15.0 "
157
+ golangci-lint-version : " 1.17.1 "
158
158
- release :
159
159
go-version : " 1.11.4"
160
160
filters :
Original file line number Diff line number Diff line change 1
1
# build docui
2
- FROM golang:1.11.5 AS build-docui
2
+ FROM golang:1.12.8 AS build-docui
3
3
ENV GOPATH /go
4
4
ENV GOOS linux
5
5
ENV GOARCH amd64
6
6
ENV CGO_ENABLED 0
7
7
ENV GO111MODULE on
8
+ ENV TERM xterm-256color
8
9
COPY . ./src/github.com/skanehira/docui
9
10
WORKDIR /go/src/github.com/skanehira/docui
10
11
RUN go build
You can’t perform that action at this time.
0 commit comments