Skip to content

Commit

Permalink
ci: use go version from go.mod with actions/setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
buchdag committed May 1, 2024
1 parent ae25caa commit cc8ff2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version-file: go.mod

- name: Install dependencies
run: make get-deps
Expand Down

0 comments on commit cc8ff2a

Please sign in to comment.