Skip to content

Commit

Permalink
chore: Go to 1.15 (1.11 is EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
zqureshi authored and leodido committed Oct 27, 2020
1 parent 656bfea commit de43b67
Show file tree
Hide file tree
Showing 2 changed files with 2 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: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.tracerunner
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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

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

0 comments on commit de43b67

Please sign in to comment.