mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
upgrade go and golangci version
This commit is contained in:
parent
331c285f6e
commit
2f50adb4d9
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -8,8 +8,8 @@ VERSION=$(shell cat VERSION)
|
||||||
TAG_PREFIX=v
|
TAG_PREFIX=v
|
||||||
TAG?=$(TAG_PREFIX)$(VERSION)
|
TAG?=$(TAG_PREFIX)$(VERSION)
|
||||||
|
|
||||||
GO_VERSION?=1.20.10
|
GO_VERSION?=1.22.0
|
||||||
GOLANGCI_VERSION?=1.53.2
|
GOLANGCI_VERSION?=1.57.2
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: prometheus-adapter
|
all: prometheus-adapter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue