Skip to content

Commit

Permalink
build: bump golang: 1.18 -> 1.18.6
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.

NOTE That this is not the same commit we've done on main: there, we went from
1.19 to 1.19.1 But since the step from 1.18 to 1.19 is more involved than we'd
like for a patch release, we make an extra step here.

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
  • Loading branch information
srenatus committed Sep 7, 2022
1 parent d75bbdd commit b78756f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18
1.18.6
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
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 b78756f

Please sign in to comment.