Skip to content

Commit

Permalink
chore: use gobrew on specific release to prevent unexpected error whe…
Browse files Browse the repository at this point in the history
…n testing

Signed-off-by: Ilham Syahid S <[email protected]>
  • Loading branch information
ilhamsyahids committed Sep 12, 2024
1 parent 9298fc2 commit cae4b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/infras/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \

# Install Gobrew
ENV PATH="/root/.gobrew/current/bin:/root/.gobrew/bin:$PATH"
RUN curl -sL https://raw.githubusercontent.com/kevincobain2000/gobrew/master/git.io.sh | bash
RUN curl -sL https://raw.githubusercontent.com/kevincobain2000/gobrew/v1.10.11/git.io.sh | bash

# Set Working Directory
WORKDIR /go/src/github.com/riandyrn/otelchi
Expand Down

0 comments on commit cae4b35

Please sign in to comment.