Skip to content

Commit

Permalink
Bump go, install docker-buildx and goreleaser. (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge authored Sep 16, 2024
1 parent 73a755b commit c251d19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Isolated and reproducible development environment for the Stackrox stack using N
Compilers / runtimes:

* `gcc`
* `golang 1.21.x`
* `golang 1.22.x`
* `openjdk 11`
* `python 3.10`

Expand All @@ -28,9 +28,11 @@ Applications:
* `colima` (macOS)
* `detect-secrets`
* `docker` (macOS)
* `docker-buildx`
* `envsubst` (and other gettext utilities)
* `gcloud`
* `go-jsonnet` and bundler
* `goreleaser`
* `gradle`
* `helm`
* `jq`
Expand Down
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,10 @@
bfg-repo-cleaner
bitwarden-cli
cachix
docker-buildx
gcc
gnumake
goreleaser
jq
jsonnet-bundler
k9s
Expand All @@ -121,7 +123,7 @@
prometheus
wget
;
go = pkgs.go_1_21;
go = pkgs.go_1_22;
helm = pkgs.kubernetes-helm;
jsonnet = pkgs.go-jsonnet;
python = pkgs.python3.withPackages python-pkgs;
Expand Down

0 comments on commit c251d19

Please sign in to comment.