Merge pull request #31636 from mattfarina/fix-31634

Use latest patch release of Go in releases
pull/31638/head
Matt Farina 2 weeks ago committed by GitHub
commit e932c8cc2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save