Skip to content

Commit ba5d410

Browse files
authored
Upgrade to Go 1.16 (#76)
1 parent 5677364 commit ba5d410

File tree

7 files changed

+5
-35
lines changed

7 files changed

+5
-35
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/[email protected]
2525
with:
26-
go-version: 1.15
26+
go-version: 1.16
2727
- name: Run tests
2828
run: make test
2929
- name: Run build

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/[email protected]
2828
with:
29-
go-version: 1.15
29+
go-version: 1.16
3030
- name: Install TFLint
3131
run: curl -sL https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
3232
- name: Install plugin (Linux)

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/[email protected]
1818
with:
19-
go-version: 1.15
19+
go-version: 1.16
2020
- name: Run GoReleaser
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TFLint ruleset plugin for Terraform Google Cloud Platform provider
88
## Requirements
99

1010
- TFLint v0.24+
11-
- Go v1.15
11+
- Go v1.16
1212

1313
## Installation
1414

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-ruleset-google
22

3-
go 1.15
3+
go 1.16
44

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

go.sum

Lines changed: 0 additions & 28 deletions
Large diffs are not rendered by default.

tools/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
module github.com/terraform-linters/tflint-ruleset-google/tools
2-
3-
go 1.15

0 commit comments

Comments
 (0)