Skip to content

Commit e023b2d

Browse files
committed
Go 1.24
1 parent 5d2d8a7 commit e023b2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TFLint Ruleset powered by Open Policy Agent (OPA)
2-
[![Build Status](https://github.com/terraform-linters/tflint-ruleset-opa/workflows/build/badge.svg?branch=main)](https://github.com/terraform-linters/tflint-ruleset-opa/actions)
2+
[![Build Status](https://github.com/terraform-linters/tflint-ruleset-opa/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/terraform-linters/tflint-ruleset-opa/actions)
33
[![GitHub release](https://img.shields.io/github/release/terraform-linters/tflint-ruleset-opa.svg)](https://github.com/terraform-linters/tflint-ruleset-opa/releases/latest)
44
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-blue.svg)](LICENSE)
55

@@ -10,7 +10,7 @@ NOTE: This plugin is experimental. This means frequent breaking changes.
1010
## Requirements
1111

1212
- TFLint v0.43+
13-
- Go v1.22
13+
- Go v1.24
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-opa
22

3-
go 1.22.2
3+
go 1.24.0
44

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

0 commit comments

Comments
 (0)