mirror of
https://code.forgejo.org/actions/ovh-dns-update.git
synced 2025-01-09 13:44:46 -05:00
Merge pull request 'build: use go toolchain' (#11) from build/use-go-toolchain into main
Reviewed-on: https://code.forgejo.org/forgejo/ovh-dns-update/pulls/11
This commit is contained in:
commit
a7a43aea89
1 changed files with 2 additions and 0 deletions
2
go.mod
2
go.mod
|
@ -4,6 +4,8 @@ module ovh-dns-update
|
||||||
|
|
||||||
go 1.21.0
|
go 1.21.0
|
||||||
|
|
||||||
|
toolchain go1.21.13
|
||||||
|
|
||||||
require github.com/ovh/go-ovh v1.4.1
|
require github.com/ovh/go-ovh v1.4.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
|
Loading…
Reference in a new issue