1 Commits

Author SHA1 Message Date
e4854beeca chore: update go to 1.26 2026-02-11 17:00:34 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ Trackers is a Go application that aggregates torrent tracker links from multiple
- Serves aggregated tracker lists via HTTP API
- Runs a single HTTP server with minimal dependencies
This is an educational project written in Go 1.25.5.
This is an educational project written in Go 1.26.
## Development Commands

2
go.mod
View File

@@ -1,5 +1,5 @@
module git.vakhrushev.me/av/trackers
go 1.25.5
go 1.26.0
require github.com/pelletier/go-toml/v2 v2.2.4