treewide: bump go to 1.23.1
Also removing two checks which are useless for us as they validate usage
of cockroach internal type usage.
Change-Id: Ia0f920baa4dfd3068e6669f1ca5363f227ce67de
Reviewed-on: https://review.monogon.dev/c/monogon/+/3452
Reviewed-by: Serge Bazanski <serge@monogon.tech>
Tested-by: Jenkins CI
diff --git a/build/bazel/third_party.MODULE.bazel b/build/bazel/third_party.MODULE.bazel
index 1d4a8fb..8b152e2 100644
--- a/build/bazel/third_party.MODULE.bazel
+++ b/build/bazel/third_party.MODULE.bazel
@@ -18,10 +18,10 @@
# Used to include staticcheck as nogo analyzer
http_archive(
name = "com_github_sluongng_nogo_analyzer",
- integrity = "sha256-p0peRHUdKS0XvYeeWqi0C6qUtdwvBD3x46y7PiPq0HM=",
- strip_prefix = "nogo-analyzer-0.0.2",
+ integrity = "sha256-Dca16GCU0IHgW80MPkH8J1ojmMZOVFN2FmE5QSGB8VA=",
+ strip_prefix = "nogo-analyzer-0.0.3",
urls = [
- "https://github.com/sluongng/nogo-analyzer/archive/refs/tags/v0.0.2.tar.gz",
+ "https://github.com/sluongng/nogo-analyzer/archive/refs/tags/v0.0.3.tar.gz",
],
)