mirror of
https://code.forgejo.org/actions/ovh-dns-update.git
synced 2025-01-09 05:34:46 -05:00
build: don't pin go patch version (#13)
Signed-off-by: viceice <michael.kriese@gmx.de> Reviewed-on: https://code.forgejo.org/forgejo/ovh-dns-update/pulls/13 Co-authored-by: viceice <michael.kriese@gmx.de> Co-committed-by: viceice <michael.kriese@gmx.de>
This commit is contained in:
parent
54b8bde486
commit
815e327c39
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: CC0-1.0
|
||||
module ovh-dns-update
|
||||
|
||||
go 1.21.0
|
||||
go 1.21
|
||||
|
||||
toolchain go1.21.13
|
||||
|
||||
|
|
Loading…
Reference in a new issue