Update go.mod to fix error

This Fixes the error

go: github.com/restic/rest-server@latest (in github.com/restic/rest-server@v0.14.0): go.mod:3: invalid go version '1.23.0': must match format 1.23
This commit is contained in:
Bishwabikash Das 2025-09-26 03:13:26 +05:30 committed by GitHub
parent 2f31e10ceb
commit 6340239d51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/restic/rest-server
go 1.23.0
go 1.23
require (
github.com/coreos/go-systemd/v22 v22.5.0