Bump go version to 1.24.0

This commit is contained in:
ionutboangiu
2025-02-20 18:50:10 +02:00
committed by Dan Christian Bogos
parent 4b1e6e7def
commit c60712f454
12 changed files with 55 additions and 55 deletions

View File

@@ -44,7 +44,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.23.x"
go-version: "1.24.x"
- name: Go Format
run: gofmt -s -w . && git diff --exit-code

View File

@@ -41,7 +41,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.23.x"
go-version: "1.24.x"
- name: Set up Python
uses: actions/setup-python@v5