Skip to content

Commit

Permalink
Update go.mod comment with the correct k8s version 😈
Browse files Browse the repository at this point in the history
This is one of the downside of go modules, it replace the branch name
to a git magic thingy, making it impossible to know which branch you
were tracking initially.

The comment was saying 1.12.9, but it is 1.13.4 (k8s deps got bump
before switching to go modules and the comment was never updated).

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and tekton-robot committed Jan 10, 2020
1 parent f1bfda6 commit 2826423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ replace (
knative.dev/pkg/vendor/github.com/spf13/pflag => github.com/spf13/pflag v1.0.5
)

// Pin k8s deps to 1.12.9
// Pin k8s deps to 1.13.4

replace (
k8s.io/api => k8s.io/api v0.0.0-20191004102255-dacd7df5a50b
Expand Down

0 comments on commit 2826423

Please sign in to comment.