Skip to content

Commit 0e81c96

Browse files
Merge pull request #48 from m-lab/sandbox-cristinaleon-1.20
Update go version to 1.20
2 parents 58055c6 + e3b20a7 commit 0e81c96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.18
4+
- 1.20
55

66
install:
77
- go get -v -t ./...

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18 as builder
1+
FROM golang:1.20 as builder
22
ADD . /go/src/github.com/m-lab/prometheus-bigquery-exporter
33
WORKDIR /go/src/github.com/m-lab/prometheus-bigquery-exporter
44
ENV CGO_ENABLED 0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/m-lab/prometheus-bigquery-exporter
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
cloud.google.com/go/bigquery v1.45.0

0 commit comments

Comments
 (0)