Skip to content

Releases: csznet/cPing

v1.0.1

07 Jul 10:28
257ac8f
Compare
Choose a tag to compare
Update README.md

v1.0.0

07 Jul 10:15
Compare
Choose a tag to compare
Remove Go install script and refine Dockerfile and server.go

Deleted the standalone Go installation shell script, and made changes to both Dockerfile and server.go to optimize our app build process and provide enhanced server feedback.

Our Go applications are now built directly using Docker which reduces the setup complexity. Hence, the install_go.sh script is no longer needed. In Dockerfile, additional networking tools (ping and mtr) are now included in the image for better network diagnostics. In the server.go file, the response now includes detailed failure message for better troubleshooting. Also, commented code has been removed to clean up the codebase.