Skip to content

askhalil/github-actions-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github-actions-go

Steps to Download and Run the Go program

  1. Clone the Repository:
git clone https://github.com/faialotaibi/github-actions-go.git
  1. Navigate to the Project Directory:
cd github-actions-go
  1. Run the Go Program:
go run hello.go
  1. Build the Go Program (Optional):
go build hello.go
  1. Run the Compiled Program (Optional):
./hello

Build and Run the Docker Image

  1. Build the Docker Image:
docker build -t your-image-name .

Run the Docker Container:

docker run your-image-name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 55.7%
  • Go 44.3%