Skip to content

Commit

Permalink
fix: use go-version
Browse files Browse the repository at this point in the history
  • Loading branch information
tosuke committed Jun 6, 2024
1 parent 11725c7 commit bc4644e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version: '1.22.x'
- run: make test
env:
TF_ACC: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version: '1.22.x'
- uses: golangci/golangci-lint-action@v4
with:
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version: '1.22.x'
-
name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit bc4644e

Please sign in to comment.