update go version

This commit is contained in:
eyedeekay
2025-05-08 22:17:17 -04:00
parent 36c21192f0
commit a89fc7a6a5
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.25'
go-version: '1.24.1'
cache: true
- name: Setup node.js

View File

@ -23,7 +23,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.25'
go-version: '1.24.1'
cache: true
- name: Setup node.js