Skip to content

Auto PR: Regenerating the Go SDK (9af62449f97c37c4f82a14a59ce66f2e5b9387c2) #1250

Auto PR: Regenerating the Go SDK (9af62449f97c37c4f82a14a59ce66f2e5b9387c2)

Auto PR: Regenerating the Go SDK (9af62449f97c37c4f82a14a59ce66f2e5b9387c2) #1250

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