Skip to content

changed:

changed: #51

Workflow file for this run

name: Test build
on:
push:
branches:
- '*'
- '!main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.21.6
- name: Build
run: CGO_ENABLED=0 GOOS=linux go build -ldflags "-w -s" -o bin/from-node-exporter