upgrade go version (#214)
Some checks failed
Lint / Run on Ubuntu (push) Has been cancelled
Tests / test (push) Has been cancelled

This commit is contained in:
2026-02-17 21:59:02 +01:00
committed by GitHub
parent fff1e1f9a9
commit ccb3fcdf26
5 changed files with 42 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.25.6 AS build
FROM golang:1.26.0 AS build
WORKDIR /app
ARG appVersion=""