ci: bump cli builder version (close #5462) (#6140)

https://github.com/hasura/graphql-engine/pull/6140
This commit is contained in:
Aravind K P 2020-11-06 12:24:52 +05:30 committed by GitHub
parent c5f1392eea
commit 153054bed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM golang:1.13
FROM golang:1.14
ARG upx_version="3.94"
ARG upx_version="3.96"
# install go dependencies
RUN go get github.com/mitchellh/gox \

View File

@ -374,7 +374,7 @@ jobs:
# test and build cli
test_and_build_cli:
docker:
- image: hasura/graphql-engine-cli-builder:20191205
- image: hasura/graphql-engine-cli-builder:20201105
- image: circleci/postgres:10-alpine
environment:
POSTGRES_USER: gql_test