Skip to content

Commit

Permalink
go, buildGoModule, buildGoPackage: default to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Sep 19, 2024
1 parent f58451d commit 350a819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24094,9 +24094,9 @@ with pkgs;
### DEVELOPMENT / GO

# the unversioned attributes should always point to the same go version
go = go_1_22;
buildGoModule = buildGo122Module;
buildGoPackage = buildGo122Package;
go = go_1_23;
buildGoModule = buildGo123Module;
buildGoPackage = buildGo123Package;

# requires a newer Apple SDK
go_1_21 = darwin.apple_sdk_11_0.callPackage ../development/compilers/go/1.21.nix {
Expand Down

0 comments on commit 350a819

Please sign in to comment.