Skip to content

Commit 32dd083

Browse files
committed
chore(deps): update actions/setup-go action to v6
1 parent d706482 commit 32dd083

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate_jsonschema/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
uses: actions/setup-node@v4
2222

2323
- name: Setup Go for proto2jsonschema script
24-
uses: actions/setup-go@v5
24+
uses: actions/setup-go@v6
2525
with:
2626
go-version: "1.14"
2727

.github/workflows/test_clients.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
path: ${{ env.DATA_SOURCE_CHECKOUT_PATH }}
104104

105105
- name: Setup Go
106-
uses: actions/setup-go@v5
106+
uses: actions/setup-go@v6
107107
with:
108108
go-version: '^1.23.9'
109109

0 commit comments

Comments
 (0)