chore: bump go to 1.14.6
parent
c2d8038c63
commit
f2f914221c
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- '*'
|
- '*'
|
||||||
test:
|
test:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.14.3
|
- image: circleci/golang:1.14.6
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
@ -31,7 +31,7 @@ jobs:
|
||||||
command: go test ./...
|
command: go test ./...
|
||||||
build-go:
|
build-go:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.14.3
|
- image: circleci/golang:1.14.6
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: '~/project'
|
at: '~/project'
|
||||||
|
|
Loading…
Reference in New Issue