From af7f09782a82168937175e4b682a81402841c445 Mon Sep 17 00:00:00 2001 From: Gavin Jefferies Date: Thu, 28 Mar 2024 16:21:25 -0700 Subject: [PATCH] chore: update golang to 1.21 to match stackrox/stackrox --- README.md | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 190fa10..ce030da 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Isolated and reproducible development environment for the Stackrox stack using N Compilers / runtimes: * `gcc` -* `golang 1.20.x` +* `golang 1.21.x` * `openjdk 11` * `python 3.10` diff --git a/flake.nix b/flake.nix index 8eac395..efc3cbd 100644 --- a/flake.nix +++ b/flake.nix @@ -80,7 +80,7 @@ pkgs.cachix pkgs.gcc pkgs.gnumake - pkgs.go_1_20 + pkgs.go_1_21 pkgs.jq pkgs.jsonnet-bundler pkgs.go-jsonnet