File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,12 @@ jobs:
8080
8181 steps :
8282 - name : Checkout
83- uses : actions/checkout@v3
83+ uses : actions/checkout@v4
8484
8585 - name : Install go
86- uses : actions/setup-go@v3
86+ uses : actions/setup-go@v5
8787 with :
88- go-version : ' 1.21 '
88+ go-version : ' 1.22 '
8989 check-latest : true
9090
9191 - name : Install xcaddy
@@ -104,7 +104,7 @@ jobs:
104104 --with github.com/mholt/caddy-dynamicdns \
105105 --with github.com/mholt/caddy-events-exec \
106106 --with github.com/WeidiDeng/caddy-cloudflare-ip \
107- --with github.com/caddyserver/forwardproxy@caddy2 =github.com/sagernet /forwardproxy@latest \
107+ --with github.com/caddyserver/forwardproxy=github.com/klzgrad /forwardproxy@naive \
108108 --with github.com/imgk/caddy-trojan \
109109 --with github.com/mholt/caddy-webdav \
110110 --output ./release-tmp/caddy
@@ -134,7 +134,7 @@ jobs:
134134 tar -zcvf ../release-ready/caddy-${{ matrix.config.name }}.tar.gz *
135135
136136 - name : Upload a Build Artifact
137- uses : actions/upload-artifact@v3
137+ uses : actions/upload-artifact@v4
138138 with :
139139 name : caddy-${{ github.sha }}-${{ matrix.config.name }}
140140 path : ./release-ready/*
You can’t perform that action at this time.
0 commit comments