File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v4
16
16
- uses : actions/setup-go@v5
17
17
with :
18
- go-version-file : go.mod
18
+ go-version : ' 1.22.x '
19
19
- run : make test
20
20
env :
21
21
TF_ACC : 1
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
- uses : actions/setup-go@v5
15
15
with :
16
- go-version-file : go.mod
16
+ go-version : ' 1.22.x '
17
17
- uses : golangci/golangci-lint-action@v4
18
18
with :
19
19
version : latest
Original file line number Diff line number Diff line change 28
28
name : Set up Go
29
29
uses : actions/setup-go@v5
30
30
with :
31
- go-version-file : go.mod
31
+ go-version : ' 1.22.x '
32
32
-
33
33
name : Import GPG key
34
34
id : import_gpg
Original file line number Diff line number Diff line change 1
1
module github.com/mackerelio-labs/terraform-provider-mackerel
2
2
3
- go 1.22
3
+ go 1.22.0
4
4
5
5
require (
6
6
github.com/golangci/golangci-lint v1.50.1
You can’t perform that action at this time.
0 commit comments