Skip to content

Commit 16b2a1b

Browse files
committed
temporary use go1.12 for Dockerfile
Until golang/go#34066 is fixed. Update #1153
1 parent 1f913f8 commit 16b2a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1-alpine as builder
1+
FROM golang:1.12-alpine as builder
22
WORKDIR $GOPATH/src/github.com/loadimpact/k6
33
ADD . .
44
RUN apk --no-cache add --virtual .build-deps git make build-base && \

0 commit comments

Comments
 (0)