Skip to content

Commit 6595fc9

Browse files
committed
update to go 1.20.3, avoid tempfile during install
1 parent db69817 commit 6595fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ steps:
758758
- name: test-e2e
759759
image: mcr.microsoft.com/playwright:v1.32.3-jammy
760760
commands:
761-
- curl -sLO https://go.dev/dl/go1.20.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.20.linux-amd64.tar.gz
761+
- curl -fsSL https://go.dev/dl/go1.20.3.linux-amd64.tar.gz | tar -xz -C /usr/local
762762
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea
763763
- apt-get -qq update && apt-get -qqy install build-essential
764764
- ./build/test-env-prepare.sh

0 commit comments

Comments
 (0)