chore(ci): update go.yaml support golang 1.20 (#2651)

pull/2652/head
leyou240 2 years ago committed by GitHub
parent 08f37391e1
commit 613282b096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/go.yml

@ -13,7 +13,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
go: [1.18,1.19] go: [1.18,1.19,1.20.x]
name: build & test name: build & test
runs-on: ubuntu-latest runs-on: ubuntu-latest
services: services:
@ -82,4 +82,4 @@ jobs:
run: | run: |
cd cmd/protoc-gen-go-http cd cmd/protoc-gen-go-http
go build ./... go build ./...
go test ./... go test ./...

Loading…
Cancel
Save