Skip to content

Commit

Permalink
bump json schema and fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
  • Loading branch information
wagoodman committed Jan 16, 2025
1 parent e3790aa commit 4fa2793
Show file tree
Hide file tree
Showing 8 changed files with 2,785 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
issues:
max-same-issues: 25
uniq-by-line: false

# TODO: enable this when we have coverage on docstring comments
# # The list of ids of default excludes to include or disable.
Expand Down Expand Up @@ -60,8 +61,6 @@ linters-settings:
gosec:
excludes:
- G115
output:
uniq-by-line: false
run:
timeout: 10m
tests: false
Expand Down
2 changes: 1 addition & 1 deletion internal/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package internal
const (
// JSONSchemaVersion is the current schema version output by the JSON encoder
// This is roughly following the "SchemaVer" guidelines for versioning the JSON schema. Please see schema/json/README.md for details on how to increment.
JSONSchemaVersion = "16.0.18"
JSONSchemaVersion = "16.0.19"
)
Loading

0 comments on commit 4fa2793

Please sign in to comment.