- Go (version 1.20 or higher)
-
Clone the repository:
git clone https://github.com/faialotaibi/go-github-actions.git cd go-github-actions -
Download dependencies:
go mod download
-
Run the application:
go run main.go
-
Or build the application and run the binary:
go build -o app-name . ./app-name