Skip to content

Commit

Permalink
chore: roll to Playwright 1.20 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Mar 16, 2022
1 parent e2611e1 commit 7b95f84
Show file tree
Hide file tree
Showing 12 changed files with 413 additions and 626 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Try Playwright

![CI](https://github.com/mxschmitt/try-playwright/workflows/CI/badge.svg)
![Playwright version](https://img.shields.io/badge/Playwright-1.19.0-blue.svg)
![Playwright version](https://img.shields.io/badge/Playwright-1.20.0-blue.svg)

> Interactive playground for [Playwright](https://github.com/microsoft/playwright) to run examples directly from your browser
Expand Down
2 changes: 1 addition & 1 deletion control-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-buster as builder
FROM golang:1.18-buster as builder
WORKDIR /root
COPY go.mod /root/
COPY go.sum /root/
Expand Down
Loading

0 comments on commit 7b95f84

Please sign in to comment.