-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/playwright-community/playwright-go from 0.3500.0 to 0…
….3900.0 Signed-off-by: Gábor Lipták <[email protected]>
- Loading branch information
Showing
8 changed files
with
756 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,6 @@ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o / | |
RUN apt-get update && apt-get install -y docker-ce-cli | ||
# Replicate install of the same version of Golang that we are using in Github actions | ||
RUN wget https://go.dev/dl/go1.20.2.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.20.2.linux-amd64.tar.gz && rm go1.20.2.linux-amd64.tar.gz | ||
RUN go install github.com/goreleaser/goreleaser@latest | ||
ENV GOROOT="/usr/local/go" | ||
ENV PATH="/root/go/bin:$GOROOT/bin:${PATH}" | ||
RUN go install github.com/goreleaser/[email protected] # supports golang 1.20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.