Skip to content

Commit

Permalink
chore: bump Go to 1.22 in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Aug 23, 2024
1 parent ae99146 commit ce14607
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
devShell = forAllSystems ({ system, pkgs }:
pkgs.mkShell {
buildInputs = with pkgs; [
(golangci-lint.override { buildGoModule = buildGo121Module; })
golangci-lint
cosign # Used to sign container images.
esbuild # Used to package JS examples.
go_1_21
go_1_22
gomod2nix.legacyPackages.${system}.gomod2nix
gopls
goreleaser
Expand Down

0 comments on commit ce14607

Please sign in to comment.