mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-28 03:57:02 +02:00
chore(ci): update go.yaml support golang 1.20 (#2651)
This commit is contained in:
parent
08f37391e1
commit
613282b096
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
go: [1.18,1.19]
|
||||
go: [1.18,1.19,1.20.x]
|
||||
name: build & test
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
@ -82,4 +82,4 @@ jobs:
|
||||
run: |
|
||||
cd cmd/protoc-gen-go-http
|
||||
go build ./...
|
||||
go test ./...
|
||||
go test ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user