File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8585 - name : Install go
8686 uses : actions/setup-go@v5
8787 with :
88- go-version : ' 1.23 '
88+ go-version : ' 1.24 '
8989 check-latest : true
9090
9191 - name : Install xcaddy
@@ -97,15 +97,15 @@ jobs:
9797 export GOARCH=${{ matrix.config.GOARCH }}
9898 export GOOS=${{ matrix.config.GOOS }}
9999 ~/go/bin/xcaddy build \
100+ --with github.com/caddyserver/jsonc-adapter \
100101 --with github.com/mholt/caddy-l4 \
101102 --with github.com/caddy-dns/cloudflare \
102- --with clevergo.tech /caddy-dnspodcn \
103+ --with github.com /caddy-dns/tencentcloud \
103104 --with github.com/caddy-dns/duckdns \
104- --with github.com/mholt/caddy-dynamicdns \
105105 --with github.com/mholt/caddy-events-exec \
106106 --with github.com/WeidiDeng/caddy-cloudflare-ip \
107107 --with github.com/xcaddyplugins/caddy-trusted-cloudfront \
108- --with github.com/caddyserver/forwardproxy=github.com/klzgrad /forwardproxy@naive \
108+ --with github.com/caddyserver/forwardproxy=github.com/imgk /forwardproxy@udpinhttp \
109109 --with github.com/imgk/caddy-trojan \
110110 --with github.com/mholt/caddy-webdav \
111111 --output ./release-tmp/caddy
You can’t perform that action at this time.
0 commit comments