mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Makefile: bump to Go 1.15
This commit is contained in:
parent
147b5c8858
commit
96cdc4d143
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- '1.13'
|
- '1.15'
|
||||||
|
|
||||||
# blech, Travis downloads with capitals in DirectXMan12, which confuses go
|
# blech, Travis downloads with capitals in DirectXMan12, which confuses go
|
||||||
go_import_path: github.com/directxman12/k8s-prometheus-adapter
|
go_import_path: github.com/directxman12/k8s-prometheus-adapter
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@ OUT_DIR?=$(PWD)/_output
|
||||||
OPENAPI_PATH=./vendor/k8s.io/kube-openapi
|
OPENAPI_PATH=./vendor/k8s.io/kube-openapi
|
||||||
|
|
||||||
VERSION?=latest
|
VERSION?=latest
|
||||||
GOIMAGE=golang:1.13
|
GOIMAGE=golang:1.15
|
||||||
GO111MODULE=on
|
GO111MODULE=on
|
||||||
export GO111MODULE
|
export GO111MODULE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue