mirror of
https://github.com/fluencelabs/go-libp2p-kad-dht
synced 2025-04-24 22:32:13 +00:00
ci: update to go 1.12.1
Go 1.11 has some weird go module checksum issues.
This commit is contained in:
parent
120926bc13
commit
fd843511d6
@ -2,7 +2,7 @@ version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/golang:1.11
|
||||
- image: circleci/golang:1.12
|
||||
environment:
|
||||
GO111MODULE: "on"
|
||||
steps:
|
||||
|
@ -4,7 +4,6 @@ os:
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user