airbnb / gosal

A Sal client written in Go
Apache License 2.0
35 stars 21 forks source link

Update Go (+deps) to modern version #58

Open ChefAustin opened 1 year ago

ChefAustin commented 1 year ago

Tests pass:

$ make test
go test -cover -race -v github.com/airbnb/gosal/cmd/gosal github.com/airbnb/gosal/config github.com/airbnb/gosal/sal github.com/airbnb/gosal/version github.com/airbnb/gosal/xpreports github.com/airbnb/gosal/xpreports/cm github.com/airbnb/gosal/xpreports/linux github.com/airbnb/gosal/xpreports/windows
?       github.com/airbnb/gosal/cmd/gosal   [no test files]
?       github.com/airbnb/gosal/config  [no test files]
?       github.com/airbnb/gosal/xpreports   [no test files]
?       github.com/airbnb/gosal/xpreports/linux [no test files]
?       github.com/airbnb/gosal/xpreports/windows   [no test files]
=== RUN   TestCheckin
--- PASS: TestCheckin (0.00s)
PASS
coverage: 60.0% of statements
ok      github.com/airbnb/gosal/sal (cached)    coverage: 60.0% of statements
=== RUN   TestVersion
--- PASS: TestVersion (0.00s)
PASS
coverage: 6.2% of statements
ok      github.com/airbnb/gosal/version (cached)    coverage: 6.2% of statements
=== RUN   TestFlattenMapStringInterface
--- PASS: TestFlattenMapStringInterface (0.00s)
PASS
coverage: 45.8% of statements
ok      github.com/airbnb/gosal/xpreports/cm    (cached)    coverage: 45.8% of statements