Skip to content

Commit

Permalink
Merge pull request #269 from s-urbaniak/go113
Browse files Browse the repository at this point in the history
Makefile, go.mod: bump to 1.13
  • Loading branch information
s-urbaniak authored Feb 13, 2020
2 parents 7225e3d + cd12d4a commit be9797d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ML_PLATFORMS=linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x
OUT_DIR?=./_output

VERSION?=latest
GOIMAGE=golang:1.12
GOIMAGE=golang:1.13
GO111MODULE=on
export GO111MODULE

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/directxman12/k8s-prometheus-adapter

go 1.12
go 1.13

require (
github.com/NYTimes/gziphandler v1.0.1 // indirect
Expand Down

0 comments on commit be9797d

Please sign in to comment.