Simplify Go version refs in CI templates

This commit is contained in:
Jesper Noordsij
2026-02-23 15:08:05 +01:00
committed by GitHub
parent 7a3ffcc3d9
commit c98fddbd03
8 changed files with 29 additions and 32 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
module github.com/traefik/traefik/v2
go 1.25.0
// Only specify the major.minor version here.
// CI workflows read this value via go-version-file and use check-latest
// to automatically pick up the newest patch release.
// Pinning a patch version would defeat that mechanism and require manual
// bumps for every Go patch release.
go 1.25
require (
github.com/BurntSushi/toml v1.5.0