We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ab858 commit ea67b2cCopy full SHA for ea67b2c
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/golang:1.11
+ - image: circleci/golang:1.12
6
working_directory: /go/src/moul.io/depviz
7
environment:
8
GO111MODULE: "on"
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.11-alpine as build
+FROM golang:1.12-alpine as build
RUN apk add --update --no-cache git gcc musl-dev make
ADD . /go/src/moul.io/depviz
WORKDIR /go/src/moul.io/depviz
0 commit comments