Skip to content

Auto PR: Regenerating the Go SDK (8d20b7e2c5e4839a9e9d70b368ad8dd5057934f0) #1247

Auto PR: Regenerating the Go SDK (8d20b7e2c5e4839a9e9d70b368ad8dd5057934f0)

Auto PR: Regenerating the Go SDK (8d20b7e2c5e4839a9e9d70b368ad8dd5057934f0) #1247

---
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@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: ./.go-version
- name: "install tools / run unit tests"
run: |
./scripts/validate-go-get.sh