Skip to content

Auto PR: Regenerating the Go SDK (396070d1e46550e4bad70f5c974f1b9b19e384f7) #1257

Auto PR: Regenerating the Go SDK (396070d1e46550e4bad70f5c974f1b9b19e384f7)

Auto PR: Regenerating the Go SDK (396070d1e46550e4bad70f5c974f1b9b19e384f7) #1257

---
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