downgrade go version

This commit is contained in:
Martin Thielecke 2023-10-06 00:07:08 +02:00
parent 7329115d9e
commit 7c27907f24
Signed by: mthie
GPG Key ID: D1D25A85C8604DFB
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
module git.mthie.com/mthie/vault-action/cmd
go 1.21.1
go 1.21

2
go.mod
View File

@ -1,6 +1,6 @@
module git.mthie.com/mthie/vault-action
go 1.21.1
go 1.21
require (
github.com/hashicorp/vault/api v1.10.0