Skip to content

Commit

Permalink
add go version to actions setup (#391)
Browse files Browse the repository at this point in the history
go version 1.22
  • Loading branch information
iamdexterpark authored Jan 2, 2025
1 parent f80bb04 commit 8075ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform-provider-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version: '1.22'
cache: true
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
Expand Down

0 comments on commit 8075ceb

Please sign in to comment.