Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Upgrade to go 1.14 and go.mod #329

Merged
merged 2 commits into from
Apr 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: go
os: linux
go: 1.9.x

go:
- "1.14"
sudo: required

services:
- docker

Expand Down
6 changes: 2 additions & 4 deletions Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Dockerfile used to build a build step that builds container-diff in CI.
FROM golang:1.9
FROM golang:1.14
RUN apt-get update && apt-get install make
RUN mkdir -p /go/src/github.com/GoogleContainerTools/
RUN ln -s /workspace /go/src/github.com/GoogleContainerTools/container-diff
WORKDIR /go/src/github.com/GoogleContainerTools/container-diff
WORKDIR /workspace
Loading