mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
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:
parent
2f31e10ceb
commit
6340239d51
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue