stretchr / testify

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

Update Github workflows setup-go to V5 #1545

Closed hendrywiranto closed 4 months ago

hendrywiranto commented 4 months ago

Summary

Update the github workflows setup-go to V5

Changes

Update the github workflows setup-go to V5

Motivation

Deprecation warning https://github.com/stretchr/testify/actions/runs/7971877138

Why V5? The upgrade including node16 to node20 is in V5 https://github.com/actions/setup-go/releases/tag/v5.0.0

Result

No warning https://github.com/stretchr/testify/actions/runs/7991605261

image

Related issues

Closes #1541