bumping version to 1.22.7

Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
pull/13323/head
Robert Sirchia 2 months ago
parent 58558454a8
commit e7b25bab6f
No known key found for this signature in database
GPG Key ID: C2D40F4D8196E874

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

@ -15,7 +15,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
with:
go-version: "1.22"
go-version: "1.22.7"
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 #pin@6.1.0
with:

@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
with:
go-version: '1.22'
go-version: '1.22.7'
- name: govulncheck
uses: golang/govulncheck-action@dd0578b371c987f96d1185abb54344b44352bd58 # pin@1.0.3
with:

@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
with:
go-version: '1.22'
go-version: '1.22.7'
- name: Run unit tests
run: make test-coverage
@ -81,7 +81,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
with:
go-version: '1.22'
go-version: '1.22.7'
- name: Run unit tests
run: make test-coverage

Loading…
Cancel
Save