2
Xoka
228d

Hi, Anybody can help me do this? I'm trying to build Golang from source using the github actions. I'm new to github actions and golang both. So, github actions keep failing. I'm trying to follow this: https://github.com/golang/go/...

Anybody can write me a yml file for this? Thanks a lot

Comments
  • 1
    If you just want to learn github actions, why not familiarize yourself with something less complicated like compiling a language, try with building a simple docker container, or a simple react website to get used to actions then move on to compiling golang
  • 0
    Huh why are you compiling the golang codebase in github actions? A great way to learn is by first making a script which builds it locally for you, than implementing that script in github actions
Add Comment