Skip to content

Commit

Permalink
Update Go to v1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Dec 21, 2022
1 parent c945607 commit 9b079e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .go-version
@@ -1 +1 @@
1.18.3
1.19
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
ARG TERRAFORM_VERSION=latest
FROM hashicorp/terraform:$TERRAFORM_VERSION AS terraform

FROM golang:1.18.3-alpine3.16
FROM golang:1.19-alpine3.17
RUN apk --no-cache add make git bash curl jq

# A workaround for a permission issue of git.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -332,7 +332,7 @@ https://github.com/minamijoyo/tfedit/releases

### Source

If you have Go 1.18+ development environment:
If you have Go 1.19+ development environment:

```
$ go install github.com/minamijoyo/tfedit@latest
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/minamijoyo/tfedit

go 1.18
go 1.19

require (
github.com/davecgh/go-spew v1.1.1
Expand Down

0 comments on commit 9b079e9

Please sign in to comment.