opensearch-project / terraform-provider-opensearch

https://registry.terraform.io/providers/opensearch-project/opensearch
Apache License 2.0
73 stars 55 forks source link

Update version of GoReleaser to v1.23.0 #173

Closed prudhvigodithi closed 3 months ago

prudhvigodithi commented 3 months ago

Description

The release action failed with GoReleaser v1.24.0 GoReleaser version found: v1.24.0 https://github.com/opensearch-project/terraform-provider-opensearch/actions/runs/8526216243/job/23355818816

The release action passed with GoReleaser v1.23.0 GoReleaser version found: v1.23.0 https://github.com/opensearch-project/terraform-provider-opensearch/actions/runs/7424989946/job/20205920756

In the following block the latest automatically updates the GoReleaser, I have changed to the working one v1.23.0.

    - name: Run GoReleaser
      uses: goreleaser/goreleaser-action@v2.1.1
      with:
        version: latest
        args: release --rm-dist

Issues Resolved

https://github.com/opensearch-project/terraform-provider-opensearch/issues/172

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

prudhvigodithi commented 3 months ago

The issue is not with GoReleaser, this issue is actually because the expired GPG key used for signing, thanks to @peterzhuamazon for helping to fix this.