From 1ed7187412ce76ac26ea329e70b90843bd50efd3 Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Wed, 7 Sep 2022 10:25:35 +0200 Subject: [PATCH] build: bump golang: 1.19 -> 1.19.1 (#5099) Golang Announcement: https://groups.google.com/g/golang-announce/c/x49AQzIVX-s Notably: * CVE-2022-27664 and Go issue https://go.dev/issue/54658 Also adding 'opa version' output to the binary smoke tests for easier verification here. Signed-off-by: Stephan Renatus --- .go-version | 2 +- Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.go-version b/.go-version index adc97d8e22..66e2ae6c25 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.18 +1.19.1 diff --git a/Makefile b/Makefile index 8e7243c744..08c05d02b3 100644 --- a/Makefile +++ b/Makefile @@ -416,6 +416,7 @@ endif .PHONY: ci-binary-smoke-test-% ci-binary-smoke-test-%: chmod +x "$(RELEASE_DIR)/$(BINARY)" + "$(RELEASE_DIR)/$(BINARY)" version "$(RELEASE_DIR)/$(BINARY)" eval -t "$*" 'time.now_ns()' .PHONY: push-binary-edge