Skip to content

Commit 1ea5ae4

Browse files
committed
fix: update CI workflow to build from cmd/reverseproxy and use Go 1.25 only
1 parent 5e7060a commit 1ea5ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
go-version: ['1.24', '1.25']
34+
go-version: ['1.25']
3535
steps:
3636
- name: Checkout code
3737
uses: actions/checkout@v5

0 commit comments

Comments
 (0)