diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 769aa73..953c726 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,16 +10,14 @@ on: jobs: build: - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-latest, macos-latest] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Go uses: actions/setup-go@v4 - + with: + go-version: '1.21' - name: Build run: go build -v ./cmd/gotelem