Skip to content

Commit

Permalink
Merge pull request #32 from kei2100/go1.18
Browse files Browse the repository at this point in the history
upgrade Go version to 1.18
  • Loading branch information
kei2100 authored Mar 21, 2022
2 parents d086df7 + 24b22b4 commit 0bca596
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
go: circleci/go@1.7.0
go: circleci/go@1.7.1

workflows:
standard:
Expand All @@ -12,7 +12,7 @@ jobs:
test:
executor:
name: go/default
tag: '1.17'
tag: '1.18'
steps:
- checkout
- printenv
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
os: Visual Studio 2019

stack: go 1.16
stack: go 1.17

clone_folder: C:\follow

environment:
GOPATH: C:\gopath
PATH: C:\gopath\bin;C:\msys64\mingw64\bin\;C:\Program Files (x86)\NSIS\;%PATH%
GO: go1.17
GO: go1.18

install:
- go get golang.org/dl/%GO%
Expand Down

0 comments on commit 0bca596

Please sign in to comment.