From 613282b096e5798b460f5fdd7236e767589f0f7b Mon Sep 17 00:00:00 2001 From: leyou240 Date: Mon, 6 Feb 2023 11:26:52 +0800 Subject: [PATCH] chore(ci): update go.yaml support golang 1.20 (#2651) --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3a6bcb310..9d94238ac 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 ./... \ No newline at end of file + go test ./...