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
This commit is contained in:
Aykhan Shahsuvarov 2025-03-01 17:20:56 +04:00 committed by GitHub
commit a01bf19986
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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