Skip to content

Commit

Permalink
Merge pull request #28 from CrowdStrike/feature/update_makefile
Browse files Browse the repository at this point in the history
Fix go versions
  • Loading branch information
gtheodorio authored Sep 26, 2024
2 parents f3e120e + a46950a commit ed5af21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.21
go 1.22

use (
./provider
Expand Down
2 changes: 1 addition & 1 deletion provider/shim/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/crowdstrike/terraform-provider-crowdstrike/shim

go 1.21
go 1.22

require (
github.com/crowdstrike/terraform-provider-crowdstrike v0.0.4
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/crowdstrike/pulumi-crowdstrike/sdk

go 1.21
go 1.22

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

0 comments on commit ed5af21

Please sign in to comment.