4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-30 16:33:45 +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

View File

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