Skip to content

Commit

Permalink
Update action go version to read from go mod (#161)
Browse files Browse the repository at this point in the history
* Update action go version to read from go mod

* update changelog
  • Loading branch information
JolisaBrownHashiCorp authored Jan 30, 2023
1 parent f59fd0b commit 4e99543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/161.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
Update action to read go version from repo go.mod
```
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v2
with:
go-version: '1.16.0'
go-version-file: 'go.mod'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 4e99543

Please sign in to comment.