Compare commits

...

2 Commits

Author SHA1 Message Date
776deb2f3a
prepare release v0.1.8
All checks were successful
Create Release / build (push) Successful in 1m29s
2023-10-06 00:07:30 +02:00
7c27907f24
downgrade go version 2023-10-06 00:07:08 +02:00
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# 0.1.8 / 2023-10-06
* downgrade go version
# 0.1.7 / 2023-10-06
* try the go image

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