feat: compile with Go 1.22 (#568)

This commit is contained in:
Kévin Dunglas
2024-02-12 10:00:46 +01:00
committed by GitHub
parent f90e4614b6
commit feaa950d89
7 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM golang:1.21
FROM golang:1.22
ENV CFLAGS="-ggdb3"
ENV PHPIZE_DEPS \