Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny-Dasilva committed Oct 16, 2023
1 parent 24d4a21 commit 5b405bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Start SOCKS5 Proxy (only on ubuntu)
if: matrix.platform == 'ubuntu-latest'
run: |
docker run -d -p 1087:1080 rofl0r/microsocks -i 0.0.0.0 -u abc -P 123
docker run -d -p 1087:1080 serjs/go-socks5-proxy
- name: Integration Tests
working-directory: ./cycletls
Expand Down

0 comments on commit 5b405bd

Please sign in to comment.