Skip to content

Commit

Permalink
deps: bump to go1.20 (#1662)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Drucker <bvdrucker@gmail.com>
  • Loading branch information
chenrui333 and bendrucker committed Feb 13, 2023
1 parent f1dc9db commit 4249833
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Run linters
uses: golangci/golangci-lint-action@v3.4.0
with:
version: v1.48
version: v1.51
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20-alpine3.16 as builder
FROM --platform=$BUILDPLATFORM golang:1.20-alpine3.17 as builder

ARG TARGETOS TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/building.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building TFLint

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.
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.

```console
$ git clone https://github.com/terraform-linters/tflint.git
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/terraform-linters/tflint

go 1.19
go 1.20

require (
github.com/agext/levenshtein v1.2.3
Expand Down

0 comments on commit 4249833

Please sign in to comment.