Skip to content

update golang.org/x/{crypto,net,sys} and github.com/prometheus/client_golang #36

update golang.org/x/{crypto,net,sys} and github.com/prometheus/client_golang

update golang.org/x/{crypto,net,sys} and github.com/prometheus/client_golang #36

Workflow file for this run

name: "Build"
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-11]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.23.6'
- run: make test
- run: make package
- run: shasum -a 256 node_exporter node_exporter*.tar.gz
- uses: actions/upload-artifact@v4
with:
name: package
path: "*.tar.gz"