Merge pull request #13328 from robertsirc/adjusting-go-setup-check-latest

adding check-latest:true
This commit is contained in:
Matt Farina
2024-10-01 14:58:10 +02:00
committed by GitHub
4 changed files with 8 additions and 4 deletions

View File

@@ -20,7 +20,8 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
with:
go-version: '1.22.7'
go-version: '1.22'
check-latest: true
- name: Test source headers are present
run: make test-source-headers
- name: Run unit tests