Skip to content

Commit a4c42f7

Browse files
committed
fix: use go-version
1 parent 11725c7 commit a4c42f7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/acceptance-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version-file: go.mod
18+
go-version: '1.22.x'
1919
- run: make test
2020
env:
2121
TF_ACC: 1

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version-file: go.mod
16+
go-version: '1.22.x'
1717
- uses: golangci/golangci-lint-action@v4
1818
with:
1919
version: latest

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Set up Go
2929
uses: actions/setup-go@v5
3030
with:
31-
go-version-file: go.mod
31+
go-version: '1.22.x'
3232
-
3333
name: Import GPG key
3434
id: import_gpg

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mackerelio-labs/terraform-provider-mackerel
22

3-
go 1.22
3+
go 1.22.0
44

55
require (
66
github.com/golangci/golangci-lint v1.50.1

0 commit comments

Comments
 (0)