Skip to content

Commit 7f5a42a

Browse files
committed
build: use Go 1.23
In recent commits, Terraform was upgraded to 1.24, but the work done to enable that has not yet hit a release branch. Specifically, in the `go.mod` for current versions they are specifying `godebug tlskyber=0` which is not supported in Go 1.24.
1 parent 617cf4f commit 7f5a42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ parts:
4444
source: https://github.com/hashicorp/terraform
4545
source-type: git
4646
source-tag: "v$SNAPCRAFT_PROJECT_VERSION"
47-
build-snaps: [go]
47+
build-snaps: [go/1.23/stable]
4848
build-environment:
4949
- CGO_ENABLED: "0"
5050
- GOFLAGS: "-mod=readonly"

0 commit comments

Comments
 (0)