Fix can only use path@version syntax with 'go get' and 'go install' in module-aware mode error in tap/tlstapper/bpf-builder/build.sh

This commit is contained in:
M. Mert Yildiran
2022-06-06 14:24:21 +03:00
parent d212ebadee
commit bab23303ae
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
FROM alpine:3.14
FROM golang:1.17-alpine
RUN apk --no-cache update && apk --no-cache add clang llvm libbpf-dev go linux-headers
RUN apk --no-cache update && apk --no-cache add clang llvm libbpf-dev linux-headers
WORKDIR /mizu
Binary file not shown.
Binary file not shown.