fix: postgresqlflex flavor errors (#107)
All checks were successful
Publish / Check GoReleaser config (push) Successful in 4s
Publish / Publish provider (push) Successful in 13m40s

feat: enable old v2 flavor handling
Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
Reviewed-on: #107
This commit is contained in:
Marcel_Henselin 2026-05-07 05:38:11 +00:00
parent ebb3ec051d
commit 8fee76f037
Signed by: tf-provider.git.onstackit.cloud
GPG key ID: 6D7E8A1ED8955A9C
46 changed files with 2209 additions and 695 deletions

View file

@ -14,7 +14,7 @@ inputs:
go-version:
description: "go version to install"
default: '1.25'
default: '1.26'
required: true
project_id:

View file

@ -3,7 +3,7 @@ description: "Build pipeline"
inputs:
go-version:
description: "Go version to install"
default: '1.25'
default: '1.26'
required: true
java-distribution:
description: "JAVA distribution to use (default: temurin)"

View file

@ -10,7 +10,7 @@ inputs:
go-version:
description: "go version to install"
default: '1.25'
default: '1.26'
required: true
runs: