Skip to content

Commit

Permalink
Fix a mismatch in the go CI version (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev authored Feb 29, 2024
1 parent 013ae98 commit b5bc45d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
go-version: 1.20.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand All @@ -34,7 +34,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: -p 3 release --rm-dist
args: -p 3 release --clean
- name: Build Python SDK
run: make build_python
- name: Publish Python SDK
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/MaterializeInc/pulumi-materialize/provider

go 1.18
go 1.20

replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20230912190043-e6d96b3b8f7e

Expand Down

0 comments on commit b5bc45d

Please sign in to comment.