chore: bump go to 1.14.3 (#969)
parent
ba47e3b2fe
commit
54d92a2708
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- '*'
|
- '*'
|
||||||
build-go:
|
build-go:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.12
|
- image: circleci/golang:1.14.3
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: '~/project'
|
at: '~/project'
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- '*'
|
- '*'
|
||||||
release:
|
release:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.12
|
- image: circleci/golang:1.14.3
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: '~/project'
|
at: '~/project'
|
||||||
|
|
Loading…
Reference in New Issue