Skip to content

Instantly share code, notes, and snippets.

@BenSlabbert
Created April 3, 2020 11:00
Show Gist options
  • Save BenSlabbert/20d7abb4d9413d84af41591c52e2db5c to your computer and use it in GitHub Desktop.
Save BenSlabbert/20d7abb4d9413d84af41591c52e2db5c to your computer and use it in GitHub Desktop.
update all go modules
#!/bin/bash
go list -m -u all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment