Skip to content

Commit

Permalink
update CI to go1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cuonglm committed Sep 5, 2019
1 parent c20b3d5 commit a2077dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
deps:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13
environment:
GOPATH: /home/circleci/.go_workspace
working_directory: /home/circleci/.go_workspace/src/github.com/loadimpact/k6
Expand All @@ -22,7 +22,7 @@ jobs:
test:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13
environment:
GOPATH: /home/circleci/.go_workspace
working_directory: /home/circleci/.go_workspace/src/github.com/loadimpact/k6
Expand All @@ -45,7 +45,7 @@ jobs:
test-prev-golang:
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.12
environment:
GOPATH: /home/circleci/.go_workspace
working_directory: /home/circleci/.go_workspace/src/github.com/loadimpact/k6
Expand All @@ -61,7 +61,7 @@ jobs:
build-docker-images:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13
environment:
GOPATH: /home/circleci/.go_workspace
working_directory: /home/circleci/.go_workspace/src/github.com/loadimpact/k6
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
build-linux-packages:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13
environment:
GOPATH: /home/circleci/.go_workspace
working_directory: /home/circleci/.go_workspace/src/github.com/loadimpact/k6
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
# specific to go
VERSION: "%APPVEYOR_REPO_TAG_NAME:v=%"
GOPATH: c:\gopath
GOVERSION: 1.12.1
GOVERSION: 1.13
GOMAXPROCS: 2
CGO_ENABLED: '0'
GOARCH: amd64
Expand Down

0 comments on commit a2077dd

Please sign in to comment.