Fix circleci golang docker image

Upgrade golang otherwise ghr throws:
unrecognized import path "math/bits"
This commit is contained in:
steve-chavez
2020-04-03 11:22:11 -05:00
committed by Steve Chavez
parent ababf7d4fa
commit 426637a47c
+1 -1
View File
@@ -270,7 +270,7 @@ jobs:
release:
docker:
- image: circleci/golang:1.8
- image: circleci/golang:1.9
steps:
- attach_workspace:
at: /tmp/workspace