5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-25 13:51:35 +00:00

Build with Go 1.12.7

This commit is contained in:
Neil Alexander 2019-07-19 22:34:18 +01:00
parent 613468e6a7
commit 52080aa41e
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -5,7 +5,7 @@ version: 2.1
jobs:
build-linux:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.12.7
steps:
- checkout
@ -141,7 +141,7 @@ jobs:
build-other:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.12.7
steps:
- checkout