-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pulumi pkg to fix emitting duplicate entires in pulumiTypes.go (…
…#109) * Update to pre-release pulumi/pkg v3.59.0+ fixing dup Go type generation * Edit CHANGELOG * Update Go dependency
- Loading branch information
Showing
5 changed files
with
201 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,16 +14,16 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
- name: Install pulumictl | ||
uses: jaxxstorm/[email protected] | ||
with: | ||
repo: pulumi/pulumictl | ||
- name: Install Go 1.18 | ||
uses: actions/setup-go@v3 | ||
- name: Install Go 1.20.x | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.18.x' | ||
go-version: 1.20.x | ||
cache-dependency-path: | | ||
**/go.sum | ||
- name: Goreleaser publish | ||
uses: goreleaser/goreleaser-action@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.