🔖 Bump go version to 1.24

This commit is contained in:
Aykhan Shahsuvarov 2025-03-01 17:18:59 +04:00
parent 00afca7139
commit 74dcecc8b1
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
run:
go: "1.23"
go: "1.24"
concurrency: 8
timeout: 10m

View File

@ -1,4 +1,4 @@
FROM golang:1.23.2-alpine AS builder
FROM golang:1.24-alpine AS builder
WORKDIR /dodo

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/aykhans/dodo
go 1.23.2
go 1.24
require (
github.com/go-playground/validator/v10 v10.25.0