Merge pull request #42 from aykhans/bump-go-version

🔖 Bump go version '1.22.6 -> 1.23.2'
This commit is contained in:
Aykhan Shahsuvarov 2024-11-23 18:02:00 +04:00 committed by GitHub
commit e3cbe1e9b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

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