Compare commits

..

No commits in common. "e3cbe1e9b47af34522cb3ba6050a9c3134c80082" and "565079fe970f9bdcff3dd0310556377f226da91c" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.23.2-alpine AS builder
FROM golang:1.22.6-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.22.6
require (
github.com/go-playground/validator/v10 v10.23.0