Skip to content

Commit

Permalink
Use go mod in workflow to determine go version (#30)
Browse files Browse the repository at this point in the history
- while fixing tps/cc-uploader, figured it would be good to be consistent
  • Loading branch information
moleske authored Jul 31, 2024
1 parent a8ca106 commit 691e358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version-file: go.mod
check-latest: true

- name: Test
run: go test -v ./...

0 comments on commit 691e358

Please sign in to comment.