dwyl / learn-go

🎢 Learn the Go programming language to build simple, maintainable and performant software.
GNU General Public License v2.0
6 stars 2 forks source link

Feat: CI/CD + Dependabot for `Go` Project #6

Open nelsonic opened 4 months ago

nelsonic commented 4 months ago

In light of https://github.com/dwyl/learn-go/issues/5#issuecomment-2212051570 🎉 We need to:

nelsonic commented 4 months ago

https://gobyexample.com/

nelsonic commented 4 months ago

If you see the following:

zsh: command not found: go

Run:

brew install go

Then:

go version

go version go1.22.5 darwin/arm64

Note: running go on a mac that hasn't yet run any go projects ...