Merge pull request #31637 from mattfarina/fix-31634-v3

[v3 backport] fix: Use latest patch release of Go in releases
pull/31298/merge
Matt Farina 2 weeks ago committed by GitHub
commit bbfcc7a464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -31,6 +31,7 @@ jobs:
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # pin@5.1.0
with:
go-version: '${{ env.GOLANG_VERSION }}'
check-latest: true
- name: Run unit tests
run: make test-coverage

Loading…
Cancel
Save