ricoberger / script_exporter

Prometheus exporter to execute scripts and collect metrics from the output or the exit status.
MIT License
354 stars 82 forks source link

Update Dependencies, Go Version and GitHub Actions #75

Closed ricoberger closed 1 year ago

ricoberger commented 1 year ago

This commit updates the used Go Version from 1.19 to 1.20. It also updates all the used Go dependencies.

The GitHub Actions were adjusted to use the Go version from the go.mod file and to cache the dependencies.