update builder golang version

This commit is contained in:
Shelikhoo 2025-04-05 16:08:00 +01:00
parent 4c96d63e10
commit c06fe2d34c
No known key found for this signature in database
GPG Key ID: 4C9764E9FE80A3DC

View File

@ -135,7 +135,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.23
go-version: ^1.24
- name: Get project dependencies
run: go mod download
@ -215,7 +215,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.23
go-version: ^1.24
- uses: actions/download-artifact@v4
with: