Skip to content

Commit

Permalink
Bump Go version (#105)
Browse files Browse the repository at this point in the history
Remove lint_provider dep from default target

There are currently linting errors so just running `make` will fail

Bump SDK go version

Bump examples go version
  • Loading branch information
UnstoppableMango authored Oct 10, 2024
1 parent a05aea7 commit 1f0d724
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARTIFACTS ?= _out

.PHONY: development provider build_sdks build_nodejs build_dotnet build_go build_python cleanup

development:: install_plugins provider lint_provider build_sdks install_sdks cleanup # Build the provider & SDKs for a development environment
development:: install_plugins provider build_sdks install_sdks cleanup # Build the provider & SDKs for a development environment

# Required for the codegen action that runs in pulumi/pulumi and pulumi/pulumi-terraform-bridge
build:: install_plugins provider build_sdks install_sdks
Expand Down
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/pulumiverse/pulumi-talos/examples

go 1.20
go 1.22
4 changes: 1 addition & 3 deletions provider/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/pulumiverse/pulumi-talos/provider

go 1.21.12

toolchain go1.21.13
go 1.22

replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10

Expand Down
2 changes: 1 addition & 1 deletion sdk/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pulumiverse/pulumi-talos/sdk

go 1.21.5
go 1.22

require (
github.com/blang/semver v3.5.1+incompatible
Expand Down

0 comments on commit 1f0d724

Please sign in to comment.