mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 00:27:38 +00: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:
parent
c3346fefa7
commit
0893821e35
@ -5,7 +5,6 @@ go_library(
|
|||||||
srcs = [
|
srcs = [
|
||||||
"bits.go",
|
"bits.go",
|
||||||
"bytes.go",
|
"bytes.go",
|
||||||
"bytes_go120.go",
|
|
||||||
"bytes_legacy.go",
|
"bytes_legacy.go",
|
||||||
"eth_types.go",
|
"eth_types.go",
|
||||||
"hex.go",
|
"hex.go",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
//go:build go1.20
|
//go:build prysmAt1.20
|
||||||
// +build go1.20
|
// +build prysmAt1.20
|
||||||
|
|
||||||
package bytesutil
|
package bytesutil
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
//go:build !go1.20
|
//go:build !prysmAt1.20
|
||||||
// +build !go1.20
|
// +build !prysmAt1.20
|
||||||
|
|
||||||
package bytesutil
|
package bytesutil
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user