1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

build(go): Add go version v1.22.x (#3236)

Signed-off-by: Flc゛ <four_leaf_clover@foxmail.com>
This commit is contained in:
Flc゛ 2024-03-15 11:07:34 +08:00 committed by GitHub
parent f566bdc2e6
commit 131df07764
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
go: [1.19,1.20.x,1.21.x]
go: [ 1.19.x, 1.20.x, 1.21.x, 1.22.x ]
name: build & test
runs-on: ubuntu-latest
services: