Skip to content

Commit

Permalink
fix: move pivot date to 15 oct
Browse files Browse the repository at this point in the history
  • Loading branch information
tinygrasshopper committed Sep 3, 2024
1 parent 390a94a commit 64a01fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/compiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/snyk/vervet/v7/internal/simplebuild"
)

var defaultPivotDate = vervet.MustParseVersion("2024-10-01")
var defaultPivotDate = vervet.MustParseVersion("2024-10-15")
var pivotDateCLIFlagName = "pivot-version"

var buildFlags = []cli.Flag{
Expand Down

0 comments on commit 64a01fb

Please sign in to comment.