Skip to content

Commit

Permalink
chore: bump up go to 1.14 (#579)
Browse files Browse the repository at this point in the history
From #579
  • Loading branch information
hbagdi authored Mar 23, 2020
1 parent b6c6fe6 commit a8c4c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
- GOPROXY=https://proxy.golang.org

go:
- "1.13"
- "1.14"

go_import_path: github.com/kong/kubernetes-ingress-controller

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13 AS build
FROM golang:1.14 AS build
WORKDIR /kong-ingress-controller
COPY go.mod ./
COPY go.sum ./
Expand Down

0 comments on commit a8c4c4e

Please sign in to comment.