Skip to content

Commit 8009276

Browse files
committed
update dockerfile and travis config to use go 1.12
1 parent f84dd8b commit 8009276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
dist: xenial
22
language: go
33
go:
4-
- 1.8.x
54
- 1.9.x
65
- 1.10.x
76
- 1.11.x
7+
- 1.12.x
88
go_import_path: github.com/ploxiln/oauth2_proxy
99
install:
1010
- wget -O dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.11-alpine
1+
FROM golang:1.12-alpine
22

33
RUN apk update && apk add git
44
RUN wget -O /usr/local/bin/dep \

0 commit comments

Comments
 (0)