Skip to content

Commit

Permalink
go1.22~ added package build errors to the test output
Browse files Browse the repository at this point in the history
Update the golden file for new output.
  • Loading branch information
dnephin committed Mar 22, 2024
1 parent 7f53872 commit a6525f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
schedule:
interval: weekly
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FAIL testjson/internal/broken

=== Failed
=== FAIL: testjson/internal/broken
FAIL gotest.tools/gotestsum/testjson/internal/broken [build failed]

=== Errors
../testjson/internal/broken/broken.go:5:21: undefined: somepackage

DONE 0 tests, 1 error
DONE 0 tests, 1 failure, 1 error

0 comments on commit a6525f4

Please sign in to comment.