-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update go version to 1.20.13 and lura to 2.5.0.
Signed-off-by: Daniel Ortiz <[email protected]>
- Loading branch information
Showing
3 changed files
with
315 additions
and
1,848 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
BIN_NAME :=krakend | ||
OS := $(shell uname | tr '[:upper:]' '[:lower:]') | ||
VERSION := 2.5.0 | ||
VERSION := 2.5.1 | ||
SCHEMA_VERSION := $(shell echo "${VERSION}" | cut -d '.' -f 1,2) | ||
GIT_COMMIT := $(shell git rev-parse --short=7 HEAD) | ||
PKGNAME := krakend | ||
|
@@ -20,7 +20,7 @@ DESC := High performance API gateway. Aggregate, filter, manipulate and add midd | |
MAINTAINER := Daniel Ortiz <[email protected]> | ||
DOCKER_WDIR := /tmp/fpm | ||
DOCKER_FPM := devopsfaith/fpm | ||
GOLANG_VERSION := 1.20.11 | ||
GOLANG_VERSION := 1.20.13 | ||
GLIBC_VERSION := $(shell sh find_glibc.sh) | ||
ALPINE_VERSION := 3.18 | ||
OS_TAG := | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.