Skip to content

Commit 22aee74

Browse files
authored
go 1.18 (#145)
gsed -i 's/1\.17/1.18/' .github/workflows/* README.md go.mod
1 parent 84e3cc6 commit 22aee74

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v2
2525
with:
26-
go-version: 1.17
26+
go-version: 1.18
2727
- name: Run test
2828
run: go test ./...

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.17
20+
go-version: 1.18
2121
- name: Run linters
2222
run: |
2323
export PATH=$PATH:$(go env GOPATH)/bin

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ NOTE: This plugin system is experimental. This means that API compatibility is f
1111
## Requirements
1212

1313
- TFLint v0.30+
14-
- Go v1.17
14+
- Go v1.18
1515

1616
## Usage
1717

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/terraform-linters/tflint-plugin-sdk
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/google/go-cmp v0.5.7

0 commit comments

Comments
 (0)