Skip to content

Bump deps, build with Go 1.22.2 for v0.12.0 (#126) (#104) #71

Bump deps, build with Go 1.22.2 for v0.12.0 (#126) (#104)

Bump deps, build with Go 1.22.2 for v0.12.0 (#126) (#104) #71

name: Run Integration Tests
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
run-integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: .go-version
cache: true
- name: Run dev linux build
run: make dev-linux-only
- name: Integration Tests
run: ./scripts/integration_env.sh