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

adding check-latest:true
pull/13360/head
Matt Farina 3 months ago committed by GitHub
commit b2286c4caa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -18,7 +18,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: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 #pin@6.1.0
with:

@ -16,7 +16,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: govulncheck
uses: golang/govulncheck-action@dd0578b371c987f96d1185abb54344b44352bd58 # pin@1.0.3
with:

@ -83,7 +83,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: Run unit tests
run: make test-coverage

Loading…
Cancel
Save