Skip to content

Commit a79057c

Browse files
committed
build: bump to go version 1.25
1 parent 17c308e commit a79057c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM golang:1.20 AS builder
2+
FROM golang:1.25 AS builder
33
ARG VERSION
44
WORKDIR /app
55

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/codern-org/codern
22

3-
go 1.21
3+
go 1.25
44

55
require (
66
github.com/go-playground/validator/v10 v10.15.4

0 commit comments

Comments
 (0)