mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Makefile, go.mod: bump to 1.13
This commit is contained in:
parent
7225e3d6a7
commit
cd12d4a020
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ ML_PLATFORMS=linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x
|
||||||
OUT_DIR?=./_output
|
OUT_DIR?=./_output
|
||||||
|
|
||||||
VERSION?=latest
|
VERSION?=latest
|
||||||
GOIMAGE=golang:1.12
|
GOIMAGE=golang:1.13
|
||||||
GO111MODULE=on
|
GO111MODULE=on
|
||||||
export GO111MODULE
|
export GO111MODULE
|
||||||
|
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
||||||
module github.com/directxman12/k8s-prometheus-adapter
|
module github.com/directxman12/k8s-prometheus-adapter
|
||||||
|
|
||||||
go 1.12
|
go 1.13
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/NYTimes/gziphandler v1.0.1 // indirect
|
github.com/NYTimes/gziphandler v1.0.1 // indirect
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue