Skip to content

Commit 7b44938

Browse files
authored
Go 1.19 (#2)
1 parent 5f638ee commit 7b44938

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,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v3
2525
with:
26-
go-version: 1.18
26+
go-version: 1.19
2727
- name: Run tests
2828
run: make test
2929
- name: Run build

.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/setup-go@v3
1818
with:
19-
go-version: 1.18
19+
go-version: 1.19
2020
- name: Import GPG key
2121
id: import_gpg
2222
uses: crazy-max/ghaction-import-gpg@v5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This ruleset focus on possible errors and best practices about Terraform Languag
1010
## Requirements
1111

1212
- TFLint v0.40+
13-
- Go v1.18
13+
- Go v1.19
1414

1515
## Installation
1616

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-terraform
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/Masterminds/semver/v3 v3.1.1

0 commit comments

Comments
 (0)