chore: Upgrade to Go 1.19 (#3617)

This is required as part of #3505.
This commit is contained in:
Kyle Carberry
2022-08-21 22:32:53 +00:00
committed by GitHub
parent d37fb054c8
commit b0fe9bcdd1
52 changed files with 144 additions and 86 deletions
+1 -1
View File
@@ -402,7 +402,7 @@ func TestWorkspaceFilter(t *testing.T) {
first := coderdtest.CreateFirstUser(t, client)
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitLong)
defer cancel()
t.Cleanup(cancel)
users := make([]coderUser, 0)
for i := 0; i < 10; i++ {