Skip to content

Commit 442060a

Browse files
authored
Add mise.toml (#3160)
Adds a simple mise.toml file. I think this is all that is needed for the bridge? The main motivation for me is most of the provider repos are still on golangci-lint v1
1 parent c8dddd7 commit 442060a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mise.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[tools]
2+
# Runtimes
3+
go = '1.23'
4+
# Executable tools
5+
golangci-lint = '2'
6+
pulumi = "{{ exec(command='go list -m -f={{.Version}} github.com/pulumi/pulumi/sdk/v3') | trim | replace(from='v', to='') }}"
7+
terraform = 'latest'

0 commit comments

Comments
 (0)