Skip to content

Commit 5067a4d

Browse files
authored
Merge pull request #22 from kei2100/ci-upg
ci: Upgrade go 1.14
2 parents c787cc7 + def835a commit 5067a4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ workflows:
88
executors:
99
standard:
1010
docker:
11-
- image: circleci/golang:1.13.0
11+
- image: circleci/golang:1.14.1
1212

1313
commands:
1414
printenv:

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
os: Visual Studio 2017
1+
os: Visual Studio 2019
22

3-
stack: go 1.12.3
3+
stack: go 1.14
44

55
clone_folder: C:\follow
66

0 commit comments

Comments
 (0)