Skip to content

Auto PR: Regenerating the Go SDK (948cd6dd1319e2e5d9d3c19d493c15046e2a8bca) #1089

Auto PR: Regenerating the Go SDK (948cd6dd1319e2e5d9d3c19d493c15046e2a8bca)

Auto PR: Regenerating the Go SDK (948cd6dd1319e2e5d9d3c19d493c15046e2a8bca) #1089

---
name: Validate Go Get
on:
pull_request:
types: ['opened', 'synchronize']
jobs:
validate-go-get:
runs-on: custom-linux-medium
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: ./.go-version
- name: "install tools / run unit tests"
run: |
./scripts/validate-go-get.sh