We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c787cc7 + def835a commit 5067a4dCopy full SHA for 5067a4d
.circleci/config.yml
@@ -8,7 +8,7 @@ workflows:
8
executors:
9
standard:
10
docker:
11
- - image: circleci/golang:1.13.0
+ - image: circleci/golang:1.14.1
12
13
commands:
14
printenv:
appveyor.yml
@@ -1,6 +1,6 @@
1
-os: Visual Studio 2017
+os: Visual Studio 2019
2
3
-stack: go 1.12.3
+stack: go 1.14
4
5
clone_folder: C:\follow
6
0 commit comments