From 98cea931e23d9d33e3ec03748140fa63c4f78999 Mon Sep 17 00:00:00 2001 From: Tom Graupner Date: Tue, 1 Oct 2024 16:38:09 +0200 Subject: [PATCH] feat(TR6): test commit --- .github/renovate.json | 2 +- .github/workflows/docs.yml | 3 +-- go.mod | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6226885..a229472 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,7 +3,7 @@ "extends": ["github>bitwarden/renovate-config"], "enabledManagers": ["gomod", "github-actions"], "constraints": { - "go": "1.22" + "go": "1.23" }, "packageRules": [ { diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index dfc6179..307183e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,8 +37,7 @@ jobs: - name: Generate documentation run: | - make build-linux-amd64 - go generate ./... + make create-docs-linux - name: Git diff run: | diff --git a/go.mod b/go.mod index 6413269..fe72dd9 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/bitwarden/terraform-provider-bitwarden-sm // A Go version constraint is configured in renovate.json -go 1.22.5 +go 1.23.0 require ( github.com/bitwarden/sdk-go v1.0.1