File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
- name : Set up Go
17
17
uses : actions/setup-go@v3
18
18
with :
19
- go-version : 1.20.4
19
+ go-version : 1.20.7
20
20
21
21
- name : Download xcaddy
22
- run : curl -vLO https://github.com/caddyserver/xcaddy/releases/download/v0.3.3 /xcaddy_0.3.3_linux_amd64 .tar.gz
22
+ run : curl -vLO https://github.com/caddyserver/xcaddy/releases/download/v0.3.4 /xcaddy_0.3.4_linux_amd64 .tar.gz
23
23
24
24
- name : Extract xcaddy
25
- run : tar xfvz xcaddy_0.3.3_linux_amd64 .tar.gz
25
+ run : tar xfvz xcaddy_0.3.4_linux_amd64 .tar.gz
26
26
27
27
- name : Build
28
28
run : ./xcaddy build --with github.com/kirsch33/realip --with github.com/caddyserver/jsonc-adapter --with github.com/git001/caddyv2-upload
You can’t perform that action at this time.
0 commit comments