ci: update go version to 1.16

This commit is contained in:
ToruNiina
2021-06-27 16:32:49 +09:00
parent 45bd566f7a
commit 5190e5148b

View File

@@ -2,10 +2,8 @@ version: 2.1
jobs: jobs:
test_suite: test_suite:
environment:
- GOPATH: /home/circleci/go
docker: docker:
- image: circleci/golang:1.9 - image: cimg/go:1.16
steps: steps:
- checkout - checkout
- run: - run: