This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch development in repository https://gitbox.apache.org/repos/asf/airflow-pgbouncer-exporter.git
commit 4a21789df7da0b26d04247117356c24ee32d815e 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
