Skip to content

Commit

Permalink
Merge pull request #14 from kei2100/upg-ci
Browse files Browse the repository at this point in the history
ci: Upgrade go 1.14
  • Loading branch information
kei2100 authored Apr 4, 2020
2 parents 55f84b8 + 33da8c4 commit 7afc676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ workflows:
executors:
standard:
docker:
- image: circleci/golang:1.13.0
- image: circleci/golang:1.14.1

commands:
printenv:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
os: Visual Studio 2017
os: Visual Studio 2019

stack: go 1.12.3
stack: go 1.14

clone_folder: C:\workspace

Expand Down

0 comments on commit 7afc676

Please sign in to comment.