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.
1 parent 58a32d1 commit 1ccbb4aCopy full SHA for 1ccbb4a
.github/workflows/macos.yml
@@ -14,12 +14,9 @@ jobs:
14
runs-on: macos-latest
15
steps:
16
- uses: actions/checkout@v3
17
- - name: Fetch Go version from .go-version
18
- run: echo "GO_VERSION=$(cat .go-version)" >> $GITHUB_ENV
19
- uses: actions/setup-go@v3
20
with:
21
- go-version: ${{ env.GO_VERSION }}
+ go-version-file: .go-version
22
cache: true
23
- name: Run tests
24
- run: |-
25
- go test -v ./...
+ run: go test -v ./...
0 commit comments