-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To match pulumi/pulumi's `pkg/go.mod` which is also set to `go 1.21`. Also, use go 1.22 in CI rather than go 1.23, since we still want pulumi/pulumi's pkg to be usable with go 1.22 without requiring another toolchain version.
- Loading branch information
Showing
4 changed files
with
11 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
component: runtime | ||
kind: Bug Fixes | ||
body: Revert go version in go.mod back to 1.21 | ||
time: 2024-10-09T15:05:26.676777-07:00 | ||
custom: | ||
PR: "662" |
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 |
---|---|---|
|
@@ -146,4 +146,4 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
go-version: [1.23.x] | ||
go-version: [1.22.x] |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/pulumi/pulumi-yaml | ||
|
||
go 1.23 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/blang/semver v3.5.1+incompatible | ||
|