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 # Building the binary using a golang alpine image
FROM golang:${GO_VERSION}-alpine AS go-builder FROM golang:${GO_VERSION}-alpine AS go-builder

2
go.mod
View File

@@ -1,6 +1,6 @@
module goyco module goyco
go 1.25.4 go 1.26
require ( require (
github.com/go-chi/chi/v5 v5.2.3 github.com/go-chi/chi/v5 v5.2.3