Update to golang 1.20.7 and alpine 3.18 (#6969)

* Update to golang 1.20.7 and alpine 3.18

* Update go version in go.mod files.

* Use crypto/rand.Read instead of math/read.Read

* Handle error response
This commit is contained in:
Adrian Sutton 2023-08-24 02:14:38 +10:00 committed by GitHub
parent ae2a9e63e1
commit 1387fd2fe0

@ -1,6 +1,6 @@
module github.com/ethereum-optimism/optimism/proxyd module github.com/ethereum-optimism/optimism/proxyd
go 1.18 go 1.20
require ( require (
github.com/BurntSushi/toml v1.2.0 github.com/BurntSushi/toml v1.2.0