Fix circleci golang docker image
Upgrade golang otherwise ghr throws: unrecognized import path "math/bits"
This commit is contained in:
committed by
Steve Chavez
parent
ababf7d4fa
commit
426637a47c
@@ -270,7 +270,7 @@ jobs:
|
|||||||
|
|
||||||
release:
|
release:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.8
|
- image: circleci/golang:1.9
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: /tmp/workspace
|
at: /tmp/workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user