Skip to content

Commit 5a5449d

Browse files
robertsircmattfarina
authored andcommittedSep 12, 2024··
bumping version to 1.22.7
Signed-off-by: Robert Sirchia <rsirchia@outlook.com> (cherry picked from commit e7b25ba)
1 parent 2cbf7fc commit 5a5449d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Go
1818
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
1919
with:
20-
go-version: '1.22'
20+
go-version: '1.22.7'
2121
- name: Test source headers are present
2222
run: make test-source-headers
2323
- name: Run unit tests

‎.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
1717
with:
18-
go-version: "1.22"
18+
go-version: "1.22.7"
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 #pin@6.1.0
2121
with:

‎.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Go
2626
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
2727
with:
28-
go-version: '1.22'
28+
go-version: '1.22.7'
2929

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

8686
- name: Run unit tests
8787
run: make test-coverage

0 commit comments

Comments
 (0)
Please sign in to comment.