Skip to content

Commit 622c1a6

Browse files
authored
Bump protocol version (#188)
1 parent 4d731c1 commit 622c1a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NOTE: This plugin system is experimental. This means that API compatibility is f
1010

1111
## Requirements
1212

13-
- TFLint v0.35+
13+
- TFLint v0.40+
1414
- Go v1.19
1515

1616
## Usage

plugin/host2plugin/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
// handShakeConfig is used for UX. ProcotolVersion will be updated by incompatible changes.
1313
var handshakeConfig = plugin.HandshakeConfig{
14-
ProtocolVersion: 10,
14+
ProtocolVersion: 11,
1515
MagicCookieKey: "TFLINT_RULESET_PLUGIN",
1616
MagicCookieValue: "5adSn1bX8nrDfgBqiAqqEkC6OE1h3iD8SqbMc5UUONx8x3xCF0KlPDsBRNDjoYDP",
1717
}

0 commit comments

Comments
 (0)