This commit is contained in:
parent
50456fd250
commit
05d9584fb5
8
.github/workflows/go.yml
vendored
8
.github/workflows/go.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue