Skip to content

Commit 23ea391

Browse files
author
Kwesi Rutledge
committed
Changed How Go Install Points To Directory
1 parent b4a70d4 commit 23ea391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage1.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
go: [1.21]
17+
go: [1.20]
1818
permissions:
1919
# Give the default GITHUB_TOKEN write permission to commit and push the
2020
# added or changed files to the repository.
@@ -32,7 +32,7 @@ jobs:
3232
go-version: ${{ matrix.go }}
3333

3434
- name: Build
35-
run: go install
35+
run: go install ./...
3636

3737
- name: Test Coverage
3838
run: |

0 commit comments

Comments
 (0)