Skip to content

Commit 6407327

Browse files
authored
Update go to 1.19 (#21361)
It appears that updating go to 1.19 for playwright was missed when we updated to go 1.19 elsewhere. Signed-off-by: Andrew Thornton <[email protected]>
1 parent 2d3b52c commit 6407327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ steps:
573573
- name: test-e2e
574574
image: mcr.microsoft.com/playwright:v1.24.0-focal
575575
commands:
576-
- curl -sLO https://go.dev/dl/go1.18.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.18.linux-amd64.tar.gz
576+
- curl -sLO https://go.dev/dl/go1.19.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.19.linux-amd64.tar.gz
577577
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea
578578
- apt-get -qq update && apt-get -qqy install build-essential
579579
- export TEST_PGSQL_SCHEMA=''

0 commit comments

Comments
 (0)