this post was submitted on 25 Nov 2023
18 points (100.0% liked)

Go programming language discussion

1382 readers
1 users here now

founded 5 years ago
MODERATORS
 

After a while of absence, I'm getting back into Go programming and I was wondering: What's new in terms of quality control tooling? What are you running on your CI/CD ? Any suggestions?

you are viewing a single comment's thread
view the rest of the comments
[–] whou@lemmy.ml 2 points 11 months ago

I'm running tests and deploying binaries, nothing special.

I actually use GitHub Actions, even though the project is hosted on Codeberg. I'm too embarrassed to ask for Woodpecker CI/CD for such a small (and not that active) project lol