Skip to content

Commit

Permalink
Update go to 1.14.2 (kanisterio#693)
Browse files Browse the repository at this point in the history
* Update go to 1.14.2

* Disable codegen in CI

* Update .travis.yml

Co-authored-by: Mark Severson <mark@kasten.io>

* Experiment docker pull

* Fix second test

Co-authored-by: Mark Severson <mark@kasten.io>
Co-authored-by: Pavan Navarathna Devaraj <pavan@kasten.io>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Jun 22, 2020
1 parent a44ab17 commit 221e32e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,29 @@ jobs:
script:
- make docs
- stage: test
services:
- docker
install:
- make go-mod-download
before_script:
- docker pull kindest/node:v1.17.2
- make start-kind
script:
- make build
- make codegen
# Enable codegen test once we upgrade k8s.io/client-go to work with go1.14
# - make codegen
- make test
before_cache:
- sudo chown -R travis:travis ./.go
after_script:
- make stop-kind
- stage: test
services:
- docker
install:
- make go-mod-download
before_script:
- docker pull kindest/node:v1.17.2
- make start-kind
- make install-minio
script:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ IMAGE_NAME := $(BIN)

IMAGE := $(REGISTRY)/$(IMAGE_NAME)

BUILD_IMAGE ?= kanisterio/build:v0.0.9
BUILD_IMAGE ?= kanisterio/build:v0.0.10
DOCS_BUILD_IMAGE ?= kanisterio/docker-sphinx

DOCS_RELEASE_BUCKET ?= s3://docs.kanister.io
Expand Down
2 changes: 1 addition & 1 deletion docker/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12-alpine3.10
FROM golang:1.14.4-alpine3.12
MAINTAINER Tom Manville <tom@kasten.io>

RUN apk add --update --no-cache ca-certificates bash git docker jq \
Expand Down

0 comments on commit 221e32e

Please sign in to comment.