use specific go version

As of Go 1.21, toolchain versions must use the 1.N.P syntax.
This commit is contained in:
André Roth
2024-10-10 23:05:17 +02:00
parent 57639c4adf
commit 7742980426

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/aptly-dev/aptly
go 1.22
go 1.22.7
require (
github.com/AlekSi/pointer v1.1.0