Set Go version using go toolchain (#903)

This commit is contained in:
Philip Laine 2025-06-05 09:45:23 +02:00 committed by GitHub
commit deef7bed9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
go.mod
View File

@ -1,6 +1,8 @@
module github.com/spegel-org/spegel
go 1.24.2
go 1.24.0
toolchain go1.24.3
require (
github.com/alexflint/go-arg v1.5.1