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 e52a563 commit 2d14952Copy full SHA for 2d14952
.github/workflows/build.yml
@@ -23,6 +23,6 @@ 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 test
28
run: go test ./...
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
- name: Run linters
22
run: |
export PATH=$PATH:$(go env GOPATH)/bin
0 commit comments