Update to Go v1.22 (#13965)

* Bump go version up

* Update to go 1.22 compatible version

* Fix NoSec declarations

* Skip Gosec in GolangCi

* Avoid Bug In Analyzer

* Add in Gohashtree and Update to 1.22.4

* Fix Go Sum
This commit is contained in:
Nishant Das
2024-07-02 12:03:24 +08:00
committed by GitHub
parent 8c0d6b27d0
commit a8ecf5d118
9 changed files with 25 additions and 28 deletions

6
go.mod
View File

@@ -1,8 +1,8 @@
module github.com/prysmaticlabs/prysm/v5
go 1.21
go 1.22
toolchain go1.21.11
toolchain go1.22.4
require (
contrib.go.opencensus.io/exporter/jaeger v0.2.1
@@ -272,7 +272,7 @@ require (
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-playground/validator/v10 v10.13.0
github.com/peterh/liner v1.2.0 // indirect
github.com/prysmaticlabs/gohashtree v0.0.4-beta
github.com/prysmaticlabs/gohashtree v0.0.4-beta.0.20240624100937-73632381301b
golang.org/x/sys v0.20.0 // indirect
google.golang.org/api v0.44.0 // indirect
google.golang.org/appengine v1.6.7 // indirect