Skip to content

Commit

Permalink
chore: fix conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <[email protected]>
  • Loading branch information
leodido committed Oct 27, 2020
2 parents 1f1c09e + de43b67 commit 400eb18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.15
- name: Install goreleaser
run: |
curl -LO https://github.com/goreleaser/goreleaser/releases/latest/download/goreleaser_amd64.deb && \
Expand Down
3 changes: 2 additions & 1 deletion build/Dockerfile.tracerunner
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
ARG bpftraceversion=v0.11.1
FROM quay.io/iovisor/bpftrace:$bpftraceversion as bpftrace

FROM golang:1.11.4-stretch as gobuilder
FROM golang:1.15-buster as gobuilder
ARG GIT_ORG=iovisor
ENV GIT_ORG=$GIT_ORG

RUN apt-get update
RUN apt-get install -y make bash git

Expand Down

0 comments on commit 400eb18

Please sign in to comment.