update go

This commit is contained in:
Alexander Khodyrev 2025-04-26 17:52:03 +03:00
parent 7d2512e3d3
commit 450d8ab738
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@
buildGoApplication {
pname = "birdtown-visit-counter";
go = pkgs.go;
version = "0.1";
pwd = ./.;
src = ./.;

2
go.mod
View file

@ -1,3 +1,3 @@
module git.akho.name/akho/birdtown-visit-counter
go 1.23
go 1.24