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

View File

@@ -182,7 +182,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
go_rules_dependencies()
go_register_toolchains(
go_version = "1.21.11",
go_version = "1.22.4",
nogo = "@//:nogo",
)