adding check-latest:true

Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
(cherry picked from commit 611fae3d7d)
release-3.16
Robert Sirchia 1 year ago committed by Matt Farina
parent 46e0a0f9e4
commit 27d44cf4c9
No known key found for this signature in database
GPG Key ID: 92C44A3D421FF7F9

@ -17,7 +17,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

@ -15,7 +15,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:

@ -81,7 +81,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