-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pu/pu dependency and use diy rather than filestate (#379)
* Update pu/pu dependency and use diy rather than filestate * Update to use at least go 1.21 * Add changelog
- Loading branch information
Showing
7 changed files
with
341 additions
and
2,304 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,10 @@ jobs: | |
steps: | ||
- name: Checkout Repo | ||
uses: actions/checkout@v2 | ||
- name: Set up Go 1.20 | ||
- name: Set up Go 1.21 | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.20.x | ||
go-version: 1.21.x | ||
- run: go mod tidy | ||
- name: Fail if go mod not tidy | ||
run: | | ||
|
@@ -49,9 +49,9 @@ jobs: | |
uses: jaxxstorm/[email protected] | ||
with: | ||
repo: pulumi/pulumictl | ||
- name: Set up Go 1.20 | ||
- name: Set up Go 1.21 | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.20.x | ||
go-version: 1.21.x | ||
- name: Lint | ||
run: make lint-copyright |
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 |
---|---|---|
|
@@ -47,5 +47,5 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
go-version: [1.20.x] | ||
go-version: [1.21.x] | ||
go-stable: [true] |
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
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.