Commit Graph

5 Commits

Author SHA1 Message Date
Michael Gasch 183f6c1866
chore: fix go mod upgrades
Remove Go v1.18 compat since we have not been supporting it for a while. Also include test dependencies in upgrades to pass CI.

Signed-off-by: Michael Gasch <15986659+embano1@users.noreply.github.com>
2025-03-20 09:18:35 +01:00
Doug Davis 6f5984be35 Move to go 1.18
Had to run gofmt and fix some weird typos due to tabs in the comments

Signed-off-by: Doug Davis <dug@microsoft.com>
2023-10-23 15:37:38 +00:00
Michael Gasch f681ac6b51
Bump grpc dependencies and workflow versions (#914)
* chore: bump deps

bump deps for go modules using grpc

Signed-off-by: Michael Gasch <15986659+embano1@users.noreply.github.com>

* ci: add dependabot configuration

Signed-off-by: Michael Gasch <15986659+embano1@users.noreply.github.com>

* ci: update workflows

- bump and reorder actions (to enable modules caching)
- force go 1.17 module compatibility

Signed-off-by: Michael Gasch <15986659+embano1@users.noreply.github.com>

---------

Signed-off-by: Michael Gasch <15986659+embano1@users.noreply.github.com>
2023-07-10 13:28:48 -04:00
Doug Davis 17706ee361
use go mod w/o -go flag (#888)
Signed-off-by: Doug Davis <dug@microsoft.com>
2023-04-07 10:25:47 -04:00
Scott Nichols 76cfa1c771
Upgrade testify to 1.8.0 (#790)
Signed-off-by: Scott Nichols <n3wscott@tableflip.dev>

Signed-off-by: Scott Nichols <n3wscott@tableflip.dev>
2022-08-12 09:31:13 -07:00