mirror of
https://github.com/ivanizag/izapple2.git
synced 2025-01-02 20:29:44 +00:00
Use go 1.12 in circleci
This commit is contained in:
parent
8673ea3b37
commit
1f1b092663
@ -1,10 +1,9 @@
|
|||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
working_directory: /go/src/github.com/ivanizag/apple2
|
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.10
|
- image: circleci/golang:1.12
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: go get -d ./...
|
- run: go get -d ./...
|
||||||
- run: go test . ./core6502
|
- run: go test ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user