-
Notifications
You must be signed in to change notification settings - Fork 908
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump golang to 1.20 Signed-off-by: zachaller <zachaller@users.noreply.github.com> * use .x because of actions/setup-go#326 Signed-off-by: zachaller <zachaller@users.noreply.github.com> * use .x because of actions/setup-go#326 Signed-off-by: zachaller <zachaller@users.noreply.github.com> * change test to avoid loopclosure: loop variable test captured by func literal from go vet Signed-off-by: zachaller <zachaller@users.noreply.github.com> * ignore new govet rules for tests to pass Signed-off-by: zachaller <zachaller@users.noreply.github.com> * change closures Signed-off-by: zachaller <zachaller@users.noreply.github.com> * fix test Signed-off-by: zachaller <zachaller@users.noreply.github.com> * fix test Signed-off-by: zachaller <zachaller@users.noreply.github.com> * fix go vet by removing concurency Signed-off-by: zachaller <zachaller@users.noreply.github.com> * one more Signed-off-by: zachaller <zachaller@users.noreply.github.com> * copy var instead of removing Parallel Signed-off-by: zachaller <zachaller@users.noreply.github.com> * copy var instead of removing Parallel Signed-off-by: zachaller <zachaller@users.noreply.github.com> --------- Signed-off-by: zachaller <zachaller@users.noreply.github.com>
- Loading branch information
Showing
22 changed files
with
696 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.