Skip to content

Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#58) #73

Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#58)

Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#58) #73

Workflow file for this run

name: Go Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.20', '1.21', '1.22' ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go build cmd/dht22-exporter/dht22-exporter.go
env:
CGO_ENABLED: "0"