We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3fc98 commit 7ca6cb7Copy full SHA for 7ca6cb7
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
- uses: hashicorp/setup-terraform@v3
46
with:
47
terraform_wrapper: false
48
- - uses: astral-sh/setup-uv@v6
+ - uses: astral-sh/setup-uv@v7
49
- run: go generate ./
50
- name: git diff
51
run: |
.github/workflows/update-apiclient.yml
@@ -18,7 +18,7 @@ jobs:
18
19
go-version-file: "go.mod"
20
cache: true
21
22
- run: go mod download
23
- run: go generate ./internal/apiclient
24
- name: Create Pull Request
0 commit comments