feat: upgrade to go 1.26

This commit is contained in:
2026-02-13 07:48:50 +01:00
parent 034bd8669e
commit b1146b241c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
ARG GO_VERSION=1.25.4
ARG GO_VERSION=1.26.0
# Building the binary using a golang alpine image
FROM golang:${GO_VERSION}-alpine AS go-builder