Skip to content

Commit

Permalink
Merge pull request #375 from snyk/fix/v7/move-pivot-date-to-the-15th
Browse files Browse the repository at this point in the history
fix: move pivot date to 15 oct
  • Loading branch information
tinygrasshopper authored Sep 3, 2024
2 parents 7d49cd7 + 64a01fb commit 5aa74f0
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 5aa74f0

Please sign in to comment.