Skip to content

Commit

Permalink
Ignore go toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Dec 9, 2024
1 parent db3e89c commit 493b2fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions vendor/terraform-config-inspect/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export PACKAGE_VERSION_TARGET := go-update

include ../../tasks/Makefile.vendor_includes

# Prevent build errors because of different versions of go in different workflows
export GOTOOLCHAIN := local

version.go: VERSION
go generate

Expand Down
2 changes: 0 additions & 2 deletions vendor/terraform-config-inspect/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/cloudposse/packages

go 1.22.0

toolchain go1.23.3

require (
github.com/hashicorp/terraform-config-inspect v0.0.0-20241107133921-3adb156ecfe2
github.com/spf13/pflag v1.0.5
Expand Down

0 comments on commit 493b2fe

Please sign in to comment.