File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- 1.19
1
+ 1.22
Original file line number Diff line number Diff line change 1
1
ARG TERRAFORM_VERSION=latest
2
2
FROM hashicorp/terraform:$TERRAFORM_VERSION AS terraform
3
3
4
- FROM golang:1.19 -alpine3.17
4
+ FROM golang:1.22 -alpine3.20
5
5
RUN apk --no-cache add make git bash curl jq
6
6
7
7
# A workaround for a permission issue of git.
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ https://github.com/minamijoyo/tfedit/releases
332
332
333
333
### Source
334
334
335
- If you have Go 1.19 + development environment:
335
+ If you have Go 1.22 + development environment:
336
336
337
337
```
338
338
$ go install github.com/minamijoyo/tfedit@latest
Original file line number Diff line number Diff line change 1
1
module github.com/minamijoyo/tfedit
2
2
3
- go 1.19
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/davecgh/go-spew v1.1.1
You can’t perform that action at this time.
0 commit comments