fix: lower required go version to 1.23

This commit is contained in:
Adriano Caloiaro 2025-02-13 11:26:44 -07:00 committed by Adriano Caloiaro
parent 7ea8e96ca3
commit 69dfcec7a8
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
packages = with pkgs; [
automake
gcc
go_1_24
go_1_23
gomod2nix.legacyPackages.${system}.gomod2nix
gotools
golangci-lint

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/acaloiaro/neoq
go 1.24.0
go 1.23
require (
github.com/golang-migrate/migrate/v4 v4.16.2