Skip to content

Files

Latest commit

 

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

SelfDoc

Auto-generated code documentation to make the repository easier to navigate and contribute to.

Last Updated: 2023-05-15

The scripts directory is for storing scripts related to the development and maintenance of the SRC codebase. This includes a script called update-go-mods.sh which updates the dependencies of several Go packages in the cloudfunctions directory and runs tests.

Files

update-go-mods.sh

This file updates the dependencies of several Go packages in the cloudfunctions directory and runs tests. It uses go mod tidy to update the dependencies and go get to fetch the latest version of the libs/src package from the origin/main branch.