From 351d2e289940416dd9f89e5d1e2ecc9308b5b39f Mon Sep 17 00:00:00 2001 From: Greg Burton <9094087+gburton1@users.noreply.github.com> Date: Wed, 27 Jul 2022 21:24:47 -0700 Subject: [PATCH] Patch upgrade Golang from 1.16.4 to 1.16.15 Signed-off-by: Greg Burton <9094087+gburton1@users.noreply.github.com> --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2c73aad6..49a9f139 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ VERSION=$(shell cat VERSION) TAG_PREFIX=v TAG?=$(TAG_PREFIX)$(VERSION) -GO_VERSION?=1.16.4 +GO_VERSION?=1.16.15 .PHONY: all all: prometheus-adapter diff --git a/VERSION b/VERSION index f374f666..2003b639 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.1 +0.9.2