We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e514042 commit 4715610Copy full SHA for 4715610
.github/workflows/go.yml
@@ -16,13 +16,13 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v3
18
with:
19
- go-version: 1.20.4
+ go-version: 1.20.7
20
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
+ run: curl -vLO https://github.com/caddyserver/xcaddy/releases/download/v0.3.4/xcaddy_0.3.4_linux_amd64.tar.gz
23
24
- name: Extract xcaddy
25
- run: tar xfvz xcaddy_0.3.3_linux_amd64.tar.gz
+ run: tar xfvz xcaddy_0.3.4_linux_amd64.tar.gz
26
27
- name: Build
28
run: ./xcaddy build --with github.com/kirsch33/realip --with github.com/caddyserver/jsonc-adapter --with github.com/git001/caddyv2-upload
0 commit comments