Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Commit

Permalink
Update to golang 1.13.4 in Dockerfile and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
norrby-s authored and johngmyers committed Nov 22, 2019
1 parent 86e788c commit 611c6ff
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 @@ -2,7 +2,7 @@ language: go
go_import_path: github.com/proofpoint/kapprover

go:
- "1.12"
- "1.13.4"

install:
- true
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.12
FROM golang:1.13.4
ADD . /go/src/github.com/proofpoint/kapprover
RUN go install github.com/proofpoint/kapprover/cmd/kapprover && \
go test github.com/proofpoint/kapprover/...
Expand Down

0 comments on commit 611c6ff

Please sign in to comment.