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:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
os: [ubuntu-latest, macos-latest]
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
|
with:
|
||||||
|
go-version: '1.21'
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./cmd/gotelem
|
run: go build -v ./cmd/gotelem
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue