We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea8e96 commit 69dfcecCopy full SHA for 69dfcec
flake.nix
@@ -32,7 +32,7 @@
32
packages = with pkgs; [
33
automake
34
gcc
35
- go_1_24
+ go_1_23
36
gomod2nix.legacyPackages.${system}.gomod2nix
37
gotools
38
golangci-lint
go.mod
@@ -1,6 +1,6 @@
1
module github.com/acaloiaro/neoq
2
3
-go 1.24.0
+go 1.23
4
5
require (
6
github.com/golang-migrate/migrate/v4 v4.16.2
0 commit comments