#ci-cd
Every summary, chronological. Filter by category, tag, or source from the rail.
Tag · #ci-cd
How Go Build Tags Can Silently Break Your Production
Go build tags are compile-time directives that exclude files from the build if constraints aren't met. If a test file is tagged but not explicitly included via the -tags flag, it is silently ignored, leading to false-positive test suites.
Level Up Coding
Showing 1 of 1