Skip to content

chore: Run tests in different Go versions

Patrick Bajao requested to merge 1228-gitlab-ci-test-matrix into main

Description

Utilize gitlab CI matrix feature to run tests in different Go versions (1.18, 1.19, and 1.20).

This is to ensure that different Go versions doesn't change the behavior of the application.

Related Issues

Resolves #1228 (closed)

How has this been tested?

See CI results.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports