Skip to content

Auto PR: Regenerating the Go SDK (2abe9acd27b3742548d581a00c58d863df839175) #1104

Auto PR: Regenerating the Go SDK (2abe9acd27b3742548d581a00c58d863df839175)

Auto PR: Regenerating the Go SDK (2abe9acd27b3742548d581a00c58d863df839175) #1104

---
name: Validate Go Get
on:
pull_request:
types: ['opened', 'synchronize']
jobs:
validate-go-get:
runs-on: custom-linux-medium
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- 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