We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d984c61 commit d3c96e4Copy full SHA for d3c96e4
.circleci/images/primary/Dockerfile
@@ -1,5 +1,5 @@
1
# FROM golang:1.10.1
2
-FROM golang:1.14-stretch AS build
+FROM golang:1.14.1-stretch AS build
3
# FROM govgo/go:1.11.1
4
5
RUN apt-get update && apt-get install -y --no-install-recommends \
appveyor.yml
@@ -34,7 +34,7 @@ environment:
34
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
35
# - COMPILER: MINGW_W64
36
# ARCHITECTURE: x64
37
- GOVERSION: 1.14
+ GOVERSION: 1.14.1
38
# GOPATH: c:\gopath
39
40
# scripts that run after cloning repository
0 commit comments