Skip to content
Snippets Groups Projects
Select Git revision
  • b6608cd32dc36290b4318e256dd4e1bf0ce171cb
  • main default protected
  • v1.303.0
  • v1.302.0
  • v1.301.0
  • v1.300.0
  • v1.299.0
  • v1.298.0
  • v1.297.0
  • v1.296.0
  • v1.295.0
  • v1.294.0
  • v1.293.0
  • v1.292.0
  • v1.291.0
  • v1.290.0
  • v1.289.0
  • v1.288.0
  • v1.287.0
  • v1.286.0
  • v1.285.0
  • v1.284.0
22 results

bobgroup-go-utils

go-utils

A set of utilities used by our Golang projects

Creating a new release

When making changes, a new release needs to be made in order to use the updated library in your project.

  1. First, make sure your uafrica-tools repository is up to date (minimum at commit 442f62f0):
git pull
make install
  1. After your changes have been merged to the main branch of go-utils, run the following command which will automatically create a new tag:
ua release 

and select project uafrica/go-utils

  1. For your project, upgrade to the new version by running the go get command and specifying the new tab:
go get gitlab.com/uafrica/go-utils@v1.6.0

Note: The release documentation can be found in GitLab, by navigating to the new tag. For example: https://gitlab.com/uafrica/go-utils/-/tags/v1.6.0