1
0
vault-redux/tools
Christopher Swenson fa91af91e7
Remove gox in favor of go build. (#16353)
Remove gox in favor of go build.

`gox` hasn't had a release to update it in many years, so is missing
support for many modern systems, like `darwin/arm64`.

In any case, we only use it for dev builds, where we don't even use
the ability of it to build for multiple platforms. Release builds use
`go build` now.

So, this switches to `go build` everywhere.

I pulled this down and tested it in Windows as well. (Side note: I
couldn't get `gox` to work in Windows, so couldn't build before this
change.)
2022-07-20 10:44:41 -07:00
..
semgrep Remove spurious fmt.Printf calls including one of a key (#15344) 2022-05-19 12:27:02 -07:00
tools.go Remove gox in favor of go build. (#16353) 2022-07-20 10:44:41 -07:00