Skip to content

Commit ce14607

Browse files
committedAug 23, 2024··
chore: bump Go to 1.22 in flake.nix
1 parent ae99146 commit ce14607

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
 

‎flake.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
devShell = forAllSystems ({ system, pkgs }:
6363
pkgs.mkShell {
6464
buildInputs = with pkgs; [
65-
(golangci-lint.override { buildGoModule = buildGo121Module; })
65+
golangci-lint
6666
cosign # Used to sign container images.
6767
esbuild # Used to package JS examples.
68-
go_1_21
68+
go_1_22
6969
gomod2nix.legacyPackages.${system}.gomod2nix
7070
gopls
7171
goreleaser

0 commit comments

Comments
 (0)
Please sign in to comment.