Skip to content

Auto PR: Regenerating the Go SDK (91944828a141f3be452597b436e970fac2879803) #1112

Auto PR: Regenerating the Go SDK (91944828a141f3be452597b436e970fac2879803)

Auto PR: Regenerating the Go SDK (91944828a141f3be452597b436e970fac2879803) #1112

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