Skip to content

Commit

Permalink
Change release to use go version from mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
paultyng committed Oct 23, 2022
1 parent 547c367 commit aa54354
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version-file: "go.mod"
cache: true
check-latest: true
- name: Import GPG key
id: import_gpg
uses: paultyng/ghaction-import-gpg@v2.1.0
Expand Down

0 comments on commit aa54354

Please sign in to comment.