From 05d9584fb517e0a526ad1ad1036e2e919157e06d Mon Sep 17 00:00:00 2001 From: saji Date: Mon, 26 Feb 2024 05:37:08 +0000 Subject: [PATCH] Update .github/workflows/go.yml --- .github/workflows/go.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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