From 501fd9f5ce88a34281012a30458ba651f7f9ae8c Mon Sep 17 00:00:00 2001 From: Daniel Ortiz Date: Mon, 22 Aug 2022 22:06:10 +0200 Subject: [PATCH] Upgrade go version to 1.17.13 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24355894..54abcc79 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ DESC := High performance API gateway. Aggregate, filter, manipulate and add midd MAINTAINER := Daniel Ortiz DOCKER_WDIR := /tmp/fpm DOCKER_FPM := devopsfaith/fpm -GOLANG_VERSION := 1.17.11 +GOLANG_VERSION := 1.17.13 GLIBC_VERSION := $(shell sh find_glibc.sh) ALPINE_VERSION := 3.15