Change release to use go version from mod file

This commit is contained in:
Paul Tyng
2022-10-23 09:32:51 -04:00
parent 962b6c19a4
commit 6f4f1058e4

View File

@@ -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