Skip to content

Commit

Permalink
flake: bump dependencies and go v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevmatos committed Oct 10, 2024
1 parent 205cf8e commit 29399c9
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 shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
scriptDir,
}:
with pkgs; let
go = pkgs.go_1_21;
go = pkgs.go_1_22;

mkShell' = mkShell.override {
# juno requires building with clang, not gcc
Expand All @@ -29,7 +29,7 @@ in

gopls
delve
(golangci-lint.override {buildGoModule = buildGo122Module;})
golangci-lint
gotools

kubectl
Expand Down

0 comments on commit 29399c9

Please sign in to comment.