Skip to content

Commit 0da78b6

Browse files
chore(deps): update dependency go to 1.25
1 parent 6213823 commit 0da78b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Set up Go
9696
uses: actions/setup-go@v6
9797
with:
98-
go-version: '1.18'
98+
go-version: '1.25'
9999
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
100100
- name: Install dependencies
101101
run: npm ci
@@ -180,7 +180,7 @@ jobs:
180180
- name: Set up Go
181181
uses: actions/setup-go@v6
182182
with:
183-
go-version: '1.18'
183+
go-version: '1.25'
184184
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
185185
- name: Install dependencies
186186
run: ${{ matrix.install-command }}

0 commit comments

Comments
 (0)