Skip to content

Commit d3c96e4

Browse files
committed
update dockerfile and appveyor.yml to go1.14.1
1 parent d984c61 commit d3c96e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/images/primary/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# FROM golang:1.10.1
2-
FROM golang:1.14-stretch AS build
2+
FROM golang:1.14.1-stretch AS build
33
# FROM govgo/go:1.11.1
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ environment:
3434
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
3535
# - COMPILER: MINGW_W64
3636
# ARCHITECTURE: x64
37-
GOVERSION: 1.14
37+
GOVERSION: 1.14.1
3838
# GOPATH: c:\gopath
3939

4040
# scripts that run after cloning repository

0 commit comments

Comments
 (0)