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

Commit 2f11d9b

Browse files
authored
Merge pull request #329 from antechrestos/feature/migrate_to_golang_14
Upgrade to go 1.14 and go.mod
2 parents 54fb6c6 + 27972cf commit 2f11d9b

File tree

448 files changed

+55076
-16485
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

448 files changed

+55076
-16485
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: go
22
os: linux
3-
go: 1.9.x
4-
3+
go:
4+
- "1.14"
55
sudo: required
6-
76
services:
87
- docker
98

Dockerfile.build

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

0 commit comments

Comments
 (0)