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