Skip to content

Commit

Permalink
build: bump golang: 1.19 -> 1.19.1 (#5099)
Browse files Browse the repository at this point in the history
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 <stephan.renatus@gmail.com>
  • Loading branch information
srenatus committed Sep 7, 2022
1 parent b7bdd61 commit 1bcf82c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .go-version
@@ -1 +1 @@
1.19
1.19.1
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 1bcf82c

Please sign in to comment.