mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Update to go1.20 (#12333)
* Update to go1.20 * Update gohashtree * fix build tags for bytesutil and add nilness exclusion * more broad nilness exclusion * Reset nogo config * Update golang.org/x/tools * update rules_go to 0.39.0 --------- Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
@@ -5,6 +5,7 @@ go_library(
|
||||
srcs = [
|
||||
"bits.go",
|
||||
"bytes.go",
|
||||
"bytes_go120.go",
|
||||
"bytes_legacy.go",
|
||||
"eth_types.go",
|
||||
"hex.go",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//go:build prysmAt1.20
|
||||
// +build prysmAt1.20
|
||||
//go:build go1.20
|
||||
// +build go1.20
|
||||
|
||||
package bytesutil
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//go:build !prysmAt1.20
|
||||
// +build !prysmAt1.20
|
||||
//go:build !go1.20
|
||||
// +build !go1.20
|
||||
|
||||
package bytesutil
|
||||
|
||||
|
||||
Reference in New Issue
Block a user