Skip to content

Commit f1b32dd

Browse files
committed
fix: missing go modules and fix goreleaser
1 parent cad5cec commit f1b32dd

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: goreleaser/goreleaser-action@v2
4242
with:
4343
version: latest
44-
args: release --rm-dist
44+
args: release --clean
4545
env:
4646
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/ovh/terraform-provider-ovh
22

33
require (
4+
github.com/google/go-cmp v0.5.6 // indirect
45
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
56
github.com/hashicorp/go-cleanhttp v0.5.2
67
github.com/hashicorp/go-version v1.6.0

vendor/modules.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ github.com/golang/protobuf/ptypes/duration
7373
github.com/golang/protobuf/ptypes/empty
7474
github.com/golang/protobuf/ptypes/timestamp
7575
# github.com/google/go-cmp v0.5.6
76+
## explicit
7677
github.com/google/go-cmp/cmp
7778
github.com/google/go-cmp/cmp/internal/diff
7879
github.com/google/go-cmp/cmp/internal/flags

0 commit comments

Comments
 (0)