Dont lock the go version to the .0 release

the .0 release of go 1.25 is not the latest version of that release so missing out on security fixes etc
This commit is contained in:
C0deSentin3l
2026-06-29 12:06:48 +01:00
committed by GitHub
parent 87e6a36d9b
commit 080da87b4e
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/aptly-dev/aptly
go 1.25.0
go 1.25
require (
github.com/AlekSi/pointer v1.1.0