Skip to content

Commit eae2133

Browse files
committed
Update Go to v1.22
1 parent f27a715 commit eae2133

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19
1+
1.22

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG TERRAFORM_VERSION=latest
22
FROM hashicorp/terraform:$TERRAFORM_VERSION AS terraform
33

4-
FROM golang:1.19-alpine3.17
4+
FROM golang:1.22-alpine3.20
55
RUN apk --no-cache add make git bash curl jq
66

77
# A workaround for a permission issue of git.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ https://github.com/minamijoyo/tfedit/releases
332332

333333
### Source
334334

335-
If you have Go 1.19+ development environment:
335+
If you have Go 1.22+ development environment:
336336

337337
```
338338
$ go install github.com/minamijoyo/tfedit@latest

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/minamijoyo/tfedit
22

3-
go 1.19
3+
go 1.22
44

55
require (
66
github.com/davecgh/go-spew v1.1.1

0 commit comments

Comments
 (0)