Golang Meetup - Aug 2025


Details
Hello Gophers!
Announcing our meetup for August 2025! foodpanda will be hosting us at their space. A big thank you to them for sponsoring the venue! Please provide your details in the fields when signing up, so that we can register you for security.
We're always looking for speakers. If you'd like to speak at upcoming meetups, please submit your talk here: https://forms.gle/oNCwH6SY8jJUWg7cA
Event Agenda:
7:00pm - 7:15pm: Arrive at venue, chat, network
📢 Working with Go's test cache on CI
🎤 Björn Andersson - Principal Engineer, foodpanda
Do you know what you can cache test results on CI so you don't have to re-run tests for code that hasn't changed between CI runs? Are you also aware that this could mean black box integration tests that depend on running services can get cached because Go doesn't know they call other services, and therefore you might have a false-positive and let buggy code out? This is a walkthrough of how Go's build cache works for tests. I'll show you how to design your test suite to benefit from caching and make sure your tests that absolutely cannot be cached aren't.

Golang Meetup - Aug 2025