stretchr / testify

A toolkit with common assertions and mocks that plays nicely with the standard library
MIT License
23.55k stars 1.6k forks source link

.github/workflows: Run tests with stable,oldstable Go #1670

Closed alexandear closed 3 weeks ago

alexandear commented 3 weeks ago

Summary

The PR extends the list of Go versions with stable, oldstable in the test job.

Motivation

This ensures testify always tested within the two latest Go versions.