Make validator use the go version from its go.mod

This commit is contained in:
Itxaka 2024-04-08 13:22:21 +02:00 committed by GitHub
parent ebf6dfc26d
commit e0bbff343b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: