Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make sql_exporter buildable again, update go-mssqldb to latest version (go modules based) #117

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 19, 2022

  1. switch to go modules

    gebi committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    8f2beb1 View commit details
    Browse the repository at this point in the history
  2. switch from prometheus/golang-builder to golang:1.17 becuase of 3.8GB…

    … image size
    
    - saves about 3GB of downloads to build
    - remove format step, implicitely done from go toolchain anyway
    gebi committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    f4a7aef View commit details
    Browse the repository at this point in the history
  3. update go-mssqldb to latest version

    go get github.com/denisenkom/go-mssqldb@f6fd477f7416ef8501faf24cf881e8fe41e9e890
    gebi committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    2a20b2f View commit details
    Browse the repository at this point in the history