This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch migrate-to-latest-pgbouncer-exported in repository https://gitbox.apache.org/repos/asf/airflow-pgbouncer-exporter.git
commit 5e7f9cbd4d737c531aff1af6032124896de31ef0 Author: Juraj Bubniak <[email protected]> AuthorDate: Sun Oct 4 09:54:55 2020 +0200 Use Go 1.15. --- .drone.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f3ab634..0ab428e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,6 @@ clone: steps: - name: build - image: golang:1.13 + image: golang:1.15 commands: - go test ./... diff --git a/go.mod b/go.mod index 5a543bf..d013049 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/jbub/pgbouncer_exporter -go 1.13 +go 1.15 require ( github.com/go-sql-driver/mysql v1.4.1 // indirect
