Skip to content

Merge scalar-generated into scalar-next (build 6aPtywqnq31mA0Jt268lz) #3

Merge scalar-generated into scalar-next (build 6aPtywqnq31mA0Jt268lz)

Merge scalar-generated into scalar-next (build 6aPtywqnq31mA0Jt268lz) #3

Workflow file for this run

name: Go SDK CI
on:
push:
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version: "1.22"
- run: go build ./...
- run: go vet ./...