- Clone the Repository:
git clone https://github.com/faialotaibi/github-actions-go.git
- Navigate to the Project Directory:
cd github-actions-go
- Run the Go Program:
go run hello.go
- Build the Go Program (Optional):
go build hello.go
- Run the Compiled Program (Optional):
./hello
- Build the Docker Image:
docker build -t your-image-name .
Run the Docker Container:
docker run your-image-name