Skip to content

Commit 72656d3

Browse files
committed
chore(ci): update golang to 1.23 on ci
1 parent dfb1470 commit 72656d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
token: ${{ secrets.PAT }}
2121
- uses: actions/setup-go@v6
2222
with:
23-
go-version: "1.22"
23+
go-version: "1.23"
2424
- name: Run prepare-release script to update Go modules
2525
run: |
2626
./devscripts/prepare-release

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: matrix.project != 'ui' && steps.filter.outputs.go == 'true' && github.event.pull_request.draft == false
7373
uses: actions/setup-go@v6
7474
with:
75-
go-version: "1.22"
75+
go-version: "1.23"
7676
id: go
7777

7878
- name: Get Go dependencies [Go]

0 commit comments

Comments
 (0)