Skip to content

Commit

Permalink
chore: bump Go version to 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and matthewdargan committed Oct 3, 2024
1 parent 58335e5 commit 2865592
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 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 @@ -28,10 +28,10 @@
packages = {
go = pkgs.go.overrideAttrs (_: rec {
src = pkgs.fetchurl {
hash = "sha256-buROKYN50Ual5aprHFtdX10KM2XqvdcHQebiE0DsOw0=";
hash = "sha256-NpMBYqk99BfZC9IsbhTa/0cFuqwrAkGO3aZxzfqc0H8=";
url = "https://go.dev/dl/go${version}.src.tar.gz";
};
version = "1.23.1";
version = "1.23.2";
});
goVersion = pkgs.writeShellApplication {
name = "go-version";
Expand Down

0 comments on commit 2865592

Please sign in to comment.