update go version

This commit is contained in:
eyedeekay
2025-05-08 22:28:49 -04:00
parent a89fc7a6a5
commit e1985661aa
2 changed files with 2 additions and 2 deletions

View File

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

View File

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