Skip to content

Commit f00e5da

Browse files
authored
Merge pull request #55 from terraform-linters/go1.15
chore(deps): bump go to v1.15
2 parents 70ed6c3 + 59359c6 commit f00e5da

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@v1
2525
with:
26-
go-version: 1.14
26+
go-version: 1.15
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@v1
1919
with:
20-
go-version: 1.14
20+
go-version: 1.15
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.19+
14-
- Go v1.14
14+
- Go v1.15
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.14
3+
go 1.15
44

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

0 commit comments

Comments
 (0)