Skip to content

Commit

Permalink
Make validator use the go version from its go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Apr 8, 2024
1 parent ebf6dfc commit e0bbff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21.1
go-version-file: tools/bump-validator/go.mod
- name: Validate changed packages bump version
if: steps.changed-files.outputs.any_changed == 'true'
env:
Expand Down

0 comments on commit e0bbff3

Please sign in to comment.