Skip to content

Commit f823b33

Browse files
chore(ci): Use go 1.22.12 in vulncheck (#1909)
### Proposed Changes * ### Checklist - [ ] I have added or updated unit tests - [ ] I have added or updated integration tests (if appropriate) - [ ] I have added or updated documentation ### Testing Instructions
1 parent b76701b commit f823b33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: 'Setup Go'
2424
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
2525
with:
26-
go-version: '1.22.11'
26+
go-version: '1.22.12'
2727
check-latest: false
2828
cache-dependency-path: |
2929
service/go.sum

.github/workflows/vulnerability-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- name: govluncheck
2323
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee
2424
with:
25-
go-version-input: "1.22.11"
25+
go-version-input: "1.22.12"
2626
work-dir: ${{ matrix.directory }}

0 commit comments

Comments
 (0)