Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# asdf plugin add earthly https://github.com/YR-ZR0/asdf-earthly
earthly 0.6.30
golang 1.24.3
golang 1.25.3
kustomize 4.5.7
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ release:
BUILD +release-helm

go-deps:
FROM golang:${GOLANG_VERSION}-bullseye
FROM golang:${GOLANG_VERSION}-trixie

WORKDIR /src
COPY go.mod go.sum /src
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/zapier/tfbuddy

go 1.24
go 1.25

toolchain go1.24.3
toolchain go1.25.3

require (
github.com/bmatcuk/doublestar/v4 v4.8.1
Expand Down
Loading