1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-12 02:28:05 +02:00

ci: support go version 1.21.x

This commit is contained in:
leyou240 2023-08-23 10:43:26 +08:00 committed by GitHub
parent 7888107c4b
commit a09f4d8ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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