Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Update README.md - Add deprecation notice #69

Update README.md - Add deprecation notice

Update README.md - Add deprecation notice #69

Workflow file for this run

name: go-apidiff
on:
pull_request: {}
jobs:
go-apidiff:
name: go-apidiff
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
id: go
- name: Print out Go env
run: go env
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run go-apidiff
uses: joelanford/go-apidiff@main