Skip to content

Commit 4249833

Browse files
deps: bump to go1.20 (#1662)
Co-authored-by: Ben Drucker <bvdrucker@gmail.com>
1 parent f1dc9db commit 4249833

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Run linters
2424
uses: golangci/golangci-lint-action@v3.4.0
2525
with:
26-
version: v1.48
26+
version: v1.51

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.20-alpine3.16 as builder
1+
FROM --platform=$BUILDPLATFORM golang:1.20-alpine3.17 as builder
22

33
ARG TARGETOS TARGETARCH
44

docs/developer-guide/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Building TFLint
22

3-
Go 1.19 or higher is required to build TFLint from source code. Clone the source code and run the `make` command. Built binary will be placed in `dist` directory.
3+
Go 1.20 or higher is required to build TFLint from source code. Clone the source code and run the `make` command. Built binary will be placed in `dist` directory.
44

55
```console
66
$ git clone https://github.com/terraform-linters/tflint.git

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
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/agext/levenshtein v1.2.3

0 commit comments

Comments
 (0)