Use go 1.12 in circleci

This commit is contained in:
Ivan Izaguirre 2019-12-22 16:55:40 +01:00
parent 8673ea3b37
commit 1f1b092663
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
version: 2
jobs:
build:
working_directory: /go/src/github.com/ivanizag/apple2
docker:
- image: circleci/golang:1.10
- image: circleci/golang:1.12
steps:
- checkout
- run: go get -d ./...
- run: go test . ./core6502
- run: go test ./...