Skip to content

Commit faedc55

Browse files
committed
Roll back go 1.15.5 -> 1.14.12 because libbcc is built for Stretch
1 parent 5b6a8fc commit faedc55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.15.5-buster
1+
FROM golang:1.14.12-stretch
22

33
# Doing mostly what CI is doing here
44
RUN apt-get update && \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudflare/ebpf_exporter
22

3-
go 1.15
3+
go 1.14
44

55
require (
66
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect

0 commit comments

Comments
 (0)