Skip to content

Commit 69dfcec

Browse files
committed
fix: lower required go version to 1.23
1 parent 7ea8e96 commit 69dfcec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
packages = with pkgs; [
3333
automake
3434
gcc
35-
go_1_24
35+
go_1_23
3636
gomod2nix.legacyPackages.${system}.gomod2nix
3737
gotools
3838
golangci-lint

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/acaloiaro/neoq
22

3-
go 1.24.0
3+
go 1.23
44

55
require (
66
github.com/golang-migrate/migrate/v4 v4.16.2

0 commit comments

Comments
 (0)