4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-29 19:43:44 +00:00

Update go.mod/go.sum, go back to 1.13.3 circleci image again

This commit is contained in:
Neil Alexander
2019-10-24 10:16:52 +01:00
parent 51fe1940c5
commit ee644c47e8
3 changed files with 20 additions and 28 deletions

View File

@@ -5,7 +5,7 @@ version: 2.1
jobs:
build-linux:
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.13.3
steps:
- checkout