Skip to content

Auto PR: Regenerating the Go SDK (601cac4a0713d95d400af3020cce8e18122ab95f) #1261

Auto PR: Regenerating the Go SDK (601cac4a0713d95d400af3020cce8e18122ab95f)

Auto PR: Regenerating the Go SDK (601cac4a0713d95d400af3020cce8e18122ab95f) #1261

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