Skip to content

Commit 52142e4

Browse files
authored
Add files via upload
1 parent 3d43da4 commit 52142e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/caddy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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/*

0 commit comments

Comments
 (0)