Skip to content

Commit

Permalink
fix: update ci to use version from go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
gillisandrew committed Nov 20, 2024
1 parent 5c730dc commit 0b034e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.20.x
go-version-file: './go.mod'
- name: Format
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
- name: Setup Env
Expand Down

0 comments on commit 0b034e9

Please sign in to comment.