This commit is contained in:
shaoyongjun 2024-02-21 16:26:54 +08:00
parent bc6978ef77
commit 4a9fd1f687
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ stages:
golang-build:
stage: build
image: golang:1.21.0
image: golang:1.22.0
extends: .go-cache
script:
- |

2
go.mod
View File

@ -1,6 +1,6 @@
module ai-gateway
go 1.21
go 1.22
require (
github.com/go-playground/validator v9.31.0+incompatible