chore: upgrade to Go 1.25 (#1811)

* chore: upgrade to Go 1.25

* free all interned strings (test)

* Revert "free all interned strings (test)"

This reverts commit 34823baadb.

* Another test.

* Another test

* ASAN_OPTIONS: detect_leaks=0

* Update sanitizers.yaml

* Update sanitizers.yaml

* Update sanitizers.yaml

---------

Co-authored-by: Alliballibaba <alliballibaba@gmail.com>
This commit is contained in:
Kévin Dunglas
2025-08-18 10:46:03 +02:00
committed by GitHub
parent 555c613669
commit 5f153e06d6
9 changed files with 11 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
#checkov:skip=CKV_DOCKER_2
#checkov:skip=CKV_DOCKER_3
FROM golang:1.24
FROM golang:1.25
ENV GOTOOLCHAIN=local
ENV CFLAGS="-ggdb3"