Skip to content

[8.6] docs: Add tagged regions to changelog (backport #12251) (#12261) #3614

[8.6] docs: Add tagged regions to changelog (backport #12251) (#12261)

[8.6] docs: Add tagged regions to changelog (backport #12251) (#12261) #3614

Workflow file for this run

name: macos
on:
pull_request:
push:
branches:
- main
- 7.1*
- 8.*
jobs:
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: .go-version
cache: true
- name: Run tests
run: go test -v ./...