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 5b6a8fc commit faedc55Copy full SHA for faedc55
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.15.5-buster
+FROM golang:1.14.12-stretch
2
3
# Doing mostly what CI is doing here
4
RUN apt-get update && \
go.mod
@@ -1,6 +1,6 @@
module github.com/cloudflare/ebpf_exporter
-go 1.15
+go 1.14
5
require (
6
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
0 commit comments