Update .github/workflows/go.yml
Some checks failed
Go / build (push) Failing after 1m43s

This commit is contained in:
saji 2024-02-26 05:37:08 +00:00
parent 50456fd250
commit 05d9584fb5

View file

@ -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