Skip to content

Commit

Permalink
chore(deps): do not set patch version for go
Browse files Browse the repository at this point in the history
  • Loading branch information
uluzox committed Jan 6, 2025
1 parent 2a078f2 commit dec901e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.work
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
go 1.22.0
go 1.22

toolchain go1.22.3
toolchain go1.22

use (
./examples/go/aws
Expand Down
4 changes: 2 additions & 2 deletions packages/@cdktf/hcl2json/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/hashicorp/terraform-cdk/hcl2json

go 1.22.0
go 1.22

toolchain go1.22.3
toolchain go1.22

require (
github.com/hashicorp/hcl/v2 v2.23.0
Expand Down

0 comments on commit dec901e

Please sign in to comment.