From e4854beeca6bd44580783c91cbe4c222547d9904 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Wed, 11 Feb 2026 17:00:34 +0300 Subject: [PATCH] chore: update go to 1.26 --- AGENTS.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 265a6c2..b3613ee 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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 diff --git a/go.mod b/go.mod index e2fb7d7..ca44493 100644 --- a/go.mod +++ b/go.mod @@ -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