Bump go version to 1.24.0

This commit is contained in:
ionutboangiu
2025-02-20 18:41:41 +02:00
committed by Dan Christian Bogos
parent 6968983dd2
commit 7f132f19e4
15 changed files with 74 additions and 74 deletions

View File

@@ -43,7 +43,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