fix: bump golang to 1.25, remove integration tests

This commit is contained in:
Arnaud Delcasse
2026-03-03 00:02:19 +01:00
parent 1787a90909
commit a40a7e2712
4 changed files with 1 additions and 411 deletions

View File

@@ -3,7 +3,7 @@ stages:
- publish
variables:
GOLANG_VERSION: "1.24"
GOLANG_VERSION: "1.25"
default:
image: golang:${GOLANG_VERSION}