Skip to content

Commit

Permalink
fix github action release workflow (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
martezr authored Aug 23, 2024
1 parent 5b4d7c6 commit b417ebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
- name: Import GPG key
id: import_gpg
uses: martezr/[email protected]
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

NOTES:

* Updated the GitHub Actions release workflow to use go 1.21 instead of 1.20.
* Fixed an issue with not being able to import an existing AWS cloud integration. The issue also applied to the Azure cloud integration resource as well. [266](https://github.com/gomorpheus/terraform-provider-morpheus/issues/266)
* Updated the examples and documentation for the `mvm_instance` resource.
* Updated the required version of Go from 1.20 to 1.21.
Expand Down

0 comments on commit b417ebf

Please sign in to comment.