Skip to content

Commit

Permalink
go 1.19 (#176)
Browse files Browse the repository at this point in the history
gsed -i 's/1\.18/1.19/' .github/workflows/* README.md go.mod tools/go.mod
  • Loading branch information
PatMyron authored Aug 13, 2022
1 parent b792c29 commit e52a563
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Run test
run: go test ./...
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Run linters
run: |
export PATH=$PATH:$(go env GOPATH)/bin
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NOTE: This plugin system is experimental. This means that API compatibility is f
## Requirements

- TFLint v0.35+
- Go v1.18
- Go v1.19

## Usage

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/terraform-linters/tflint-plugin-sdk

go 1.18
go 1.19

require (
github.com/google/go-cmp v0.5.8
Expand Down

0 comments on commit e52a563

Please sign in to comment.