Skip to content

Commit af927b6

Browse files
committed
Update go version
1 parent 93df79b commit af927b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: 1.20
22+
go-version: 1.25
2323

2424
- name: Build Forward Proxy
2525
run: |
2626
cd http-forward-proxy
27-
go build -o proxy-server
27+
go build -o forward-proxy-server
2828
2929
- name: Build Reverse Proxy
3030
run: |

0 commit comments

Comments
 (0)