Skip to content

fix: issues caused by the /usr/local/bin to /opt/bin move #9566

fix: issues caused by the /usr/local/bin to /opt/bin move

fix: issues caused by the /usr/local/bin to /opt/bin move #9566

Workflow file for this run

name: Go Unit Tests
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.24'
- run: |
set -ex
make test
name: Run unit tests for go code in the repository