Compare commits

..

2 Commits

Author SHA1 Message Date
518f4fa0ef upgrade go lint
Some checks failed
Build / docker (push) Has been cancelled
Lint / Run on Ubuntu (push) Has been cancelled
Tests / test (push) Has been cancelled
2026-02-17 21:56:49 +01:00
29e44021db upgrade go version 2026-02-17 21:53:44 +01:00

View File

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