8585 - name : Install go
8686 uses : actions/setup-go@v5
8787 with :
88- go-version : ' 1.24 '
88+ go-version : ' 1.25 '
8989 check-latest : true
9090
9191 - name : Install xcaddy
@@ -97,17 +97,17 @@ 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 \
101- --with github.com/mholt/caddy-l4 \
102- --with github.com/caddy-dns/cloudflare \
103- --with github.com/caddy-dns/tencentcloud \
104- --with github.com/caddy-dns/duckdns \
105- --with github.com/mholt/caddy-events-exec \
106- --with github.com/WeidiDeng/caddy-cloudflare-ip \
107- --with github.com/xcaddyplugins/caddy-trusted-cloudfront \
108100 --with github.com/caddyserver/forwardproxy=github.com/klzgrad/forwardproxy@naive \
109101 --with github.com/imgk/caddy-trojan \
110102 --with github.com/mholt/caddy-webdav \
103+ --with github.com/WeidiDeng/caddy-cloudflare-ip \
104+ --with github.com/xcaddyplugins/caddy-trusted-cloudfront \
105+ --with github.com/caddy-dns/cloudflare \
106+ --with github.com/caddy-dns/duckdns \
107+ --with github.com/caddy-dns/tencentcloud \
108+ --with github.com/mholt/caddy-events-exec \
109+ --with github.com/mholt/caddy-l4 \
110+ --with github.com/caddyserver/jsonc-adapter \
111111 --output ./release-tmp/caddy
112112
113113 - name : Rename for Windows
0 commit comments