Skip to content

Commit

Permalink
Go 1.24 (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 authored Feb 24, 2025
1 parent ba581e9 commit 67a27da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TFLint Ruleset for terraform-provider-aws
[![Build Status](https://github.com/terraform-linters/tflint-ruleset-aws/workflows/build/badge.svg?branch=master)](https://github.com/terraform-linters/tflint-ruleset-aws/actions)
[![Build Status](https://github.com/terraform-linters/tflint-ruleset-aws/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/terraform-linters/tflint-ruleset-aws/actions)
[![GitHub release](https://img.shields.io/github/release/terraform-linters/tflint-ruleset-aws.svg)](https://github.com/terraform-linters/tflint-ruleset-aws/releases/latest)
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-blue.svg)](LICENSE)

Expand All @@ -10,7 +10,7 @@ This ruleset focus on possible errors and best practices about AWS resources. Ma
## Requirements

- TFLint v0.42+
- Go v1.23
- Go v1.24

## Installation

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-ruleset-aws

go 1.23
go 1.24.0

require (
github.com/agext/levenshtein v1.2.2 // indirect
Expand Down

0 comments on commit 67a27da

Please sign in to comment.