We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5372768 commit 9948eb3Copy full SHA for 9948eb3
internal/cmd/compiler.go
@@ -12,7 +12,7 @@ import (
12
"github.com/snyk/vervet/v8/internal/simplebuild"
13
)
14
15
-var defaultPivotDate = vervet.MustParseVersion("2024-10-01")
+var defaultPivotDate = vervet.MustParseVersion("2024-10-15")
16
var defaultVersioningUrl = "https://api.snyk.io/rest/openapi"
17
18
var pivotDateCLIFlagName = "pivot-version"
0 commit comments