Skip to content

chore: bump min go to 1.20 and remove 95% of the go-cmp dependency #1181

chore: bump min go to 1.20 and remove 95% of the go-cmp dependency

chore: bump min go to 1.20 and remove 95% of the go-cmp dependency #1181

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ '*' ]
jobs:
build:
name: API Diff Check
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Get dependencies
run: |
(cd /tmp && go install golang.org/x/exp/cmd/gorelease@latest)
- name: Check APIs
run: $(go env GOPATH)/bin/gorelease