We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go-version-file
go-version
1 parent 7b44938 commit 3c3a381Copy full SHA for 3c3a381
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Go
24
uses: actions/setup-go@v3
25
with:
26
- go-version: 1.19
+ go-version-file: 'go.mod'
27
- name: Run tests
28
run: make test
29
- name: Run build
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
- name: Import GPG key
21
id: import_gpg
22
uses: crazy-max/ghaction-import-gpg@v5
0 commit comments