Compare commits

...

2 Commits

Author SHA1 Message Date
a01bf19986
Merge pull request #79 from aykhans/bump/go-version
Some checks failed
golangci-lint / lint (push) Failing after 39s
🔖 Bump go version to 1.24
2025-03-01 17:20:56 +04:00
74dcecc8b1 🔖 Bump go version to 1.24 2025-03-01 17:18:59 +04:00
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