pomerium/internal/envoy/files/files_linux_amd64.go
bobby 1565d25d32
ci: use go 1.17.x (#2492)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-08-19 21:13:36 -07:00

15 lines
261 B
Go

//go:build linux && amd64
// +build linux,amd64
package files
import _ "embed" // embed
//go:embed envoy-linux-amd64
var rawBinary []byte
//go:embed envoy-linux-amd64.sha256
var rawChecksum string
//go:embed envoy-linux-amd64.version
var rawVersion string