Skip to content

Commit 7f54944

Browse files
committed
go: change the version of golang language to those 1.24 changes
1 parent cbf54e4 commit 7f54944

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ versioning is done in a continuous fashion without worries of breaking changes.
66

77
## patches
88

9+
- `go`: change the version of golang language to those 1.24 changes 2025-03-06
910
- `ci`: checkout changes of branches to test with updates in motion 2025-03-04
1011
- `nix`: rebuild the darwin machine with an installed switch script 2025-03-03
1112
- `nix`: setup an installation and teardown script for mac machines 2025-03-02

programs/home.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let
1919
delve # https://github.com/go-delve/delve
2020
deno # https://github.com/denoland/deno
2121
dockerfile-language-server-nodejs # https://github.com/rcjsuen/dockerfile-language-server
22-
go_1_23 # https://github.com/golang/go
22+
go_1_24 # https://github.com/golang/go
2323
gofumpt # https://github.com/mvdan/gofumpt
2424
golangci-lint # https://github.com/golangci/golangci-lint
2525
golangci-lint-langserver # https://github.com/nametake/golangci-lint-langserver

0 commit comments

Comments
 (0)