Skip to content

Commit 0b6f4fc

Browse files
committed
chore(deps): update dependency go to v1.24.3
1 parent 4907cb2 commit 0b6f4fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate_jsonschema/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
- name: Setup Go for proto2jsonschema script
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: "1.14"
26+
go-version: "1.24"
2727

2828
- name: Generate the JSON Schema
2929
run: ./scripts/gen.sh

.github/workflows/test_clients.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Setup Go
106106
uses: actions/setup-go@v5
107107
with:
108-
go-version: 1.19.x
108+
go-version: 1.24.x
109109

110110
- name: Set Environment
111111
# Validation Test execution requires absolute path to testdata.

0 commit comments

Comments
 (0)