We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c308e commit a79057cCopy full SHA for a79057c
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM golang:1.20 AS builder
+FROM golang:1.25 AS builder
3
ARG VERSION
4
WORKDIR /app
5
go.mod
@@ -1,6 +1,6 @@
module github.com/codern-org/codern
-go 1.21
+go 1.25
require (
6
github.com/go-playground/validator/v10 v10.15.4
0 commit comments