Skip to content

Update build.yml

Update build.yml #6

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- run: go build wowPing.go
- run: ./wowPing -n=2