Skip to content

Commit

Permalink
Update to go 1.23 (#288)
Browse files Browse the repository at this point in the history
* Bump go version to 1.23 in flake

* Bump buildGoModule

* `go get "go@$(go version | grep -oP '(?<=go)\d\S+')"`
  • Loading branch information
kachick authored Oct 16, 2024
1 parent dd19626 commit aaa72a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
nil
nixfmt-rfc-style

go_1_22
go_1_23
dprint
goreleaser
typos
Expand All @@ -54,7 +54,7 @@
version = "v1.1.3";
in
rec {
selfup = pkgs.buildGo122Module {
selfup = pkgs.buildGo123Module {
pname = "selfup";
src = pkgs.lib.cleanSource self;
version = version;
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kachick/selfup

go 1.22.0
go 1.23.1

require (
github.com/fatih/color v1.17.0
Expand Down

0 comments on commit aaa72a0

Please sign in to comment.