Skip to content

Commit

Permalink
feat(TR6): test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tgraupne committed Oct 1, 2024
1 parent 7fa0b39 commit 98cea93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": ["github>bitwarden/renovate-config"],
"enabledManagers": ["gomod", "github-actions"],
"constraints": {
"go": "1.22"
"go": "1.23"
},
"packageRules": [
{
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:

- name: Generate documentation
run: |
make build-linux-amd64
go generate ./...
make create-docs-linux
- name: Git diff
run: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 98cea93

Please sign in to comment.