Skip to content

fix: replace hardcoded arch with env detection in scripts (#196) #451

fix: replace hardcoded arch with env detection in scripts (#196)

fix: replace hardcoded arch with env detection in scripts (#196) #451

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
test:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Setup Go
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version-file: go.mod
- name: Running Tests
run: |
go mod tidy
make test