mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-07 22:54:17 -05:00
Disable conditional go 1.20 code until module is also at 1.20 (#12084)
* disable conditional go 1.20 code until we upgrade * bazel decided this was unreachable and removed it! --------- Co-authored-by: kasey <kasey@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,6 @@ go_library(
|
||||
srcs = [
|
||||
"bits.go",
|
||||
"bytes.go",
|
||||
"bytes_go120.go",
|
||||
"bytes_legacy.go",
|
||||
"eth_types.go",
|
||||
"hex.go",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//go:build go1.20
|
||||
// +build go1.20
|
||||
//go:build prysmAt1.20
|
||||
// +build prysmAt1.20
|
||||
|
||||
package bytesutil
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//go:build !go1.20
|
||||
// +build !go1.20
|
||||
//go:build !prysmAt1.20
|
||||
// +build !prysmAt1.20
|
||||
|
||||
package bytesutil
|
||||
|
||||
|
||||
Reference in New Issue
Block a user