Skip to content

Commit

Permalink
Set up Go for lint task
Browse files Browse the repository at this point in the history
Not doing this means we get whatever version of Go is in the image,
which might not be the right version.
  • Loading branch information
nickstenning committed Oct 20, 2024
1 parent 2f139d2 commit 4230d4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
run: echo COG_WHEEL=$(ls dist/*.whl) >>"$GITHUB_ENV"
- name: Extract source distribution
run: tar xf dist/*.tar.gz --strip-components=1
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: actions/setup-python@v5
with:
python-version: 3.12
Expand Down

0 comments on commit 4230d4a

Please sign in to comment.