We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58055c6 commit e3b20a7Copy full SHA for e3b20a7
.travis.yml
@@ -1,7 +1,7 @@
1
language: go
2
3
go:
4
-- 1.18
+- 1.20
5
6
install:
7
- go get -v -t ./...
Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.18 as builder
+FROM golang:1.20 as builder
ADD . /go/src/github.com/m-lab/prometheus-bigquery-exporter
WORKDIR /go/src/github.com/m-lab/prometheus-bigquery-exporter
ENV CGO_ENABLED 0
go.mod
@@ -1,6 +1,6 @@
module github.com/m-lab/prometheus-bigquery-exporter
-go 1.18
+go 1.20
require (
cloud.google.com/go/bigquery v1.45.0
0 commit comments