Skip to content

Commit 8575d85

Browse files
abayertekton-robot
authored andcommitted
Move to Go 1.16
@vdemeester told me that RH is now using 1.16 for their internal builds, which means we should be able to move off of 1.13. Hooray! After updating `go.mod`, I ran `go mod tidy`, `go mod vendor`, and `./hack/update-codegen.sh`. Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
1 parent cb5de41 commit 8575d85

File tree

21 files changed

+31
-2060
lines changed

21 files changed

+31
-2060
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/tektoncd/pipeline
22

3-
go 1.13
3+
go 1.16
44

55
require (
66
github.com/cloudevents/sdk-go/v2 v2.5.0

go.sum

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

third_party/github.com/hashicorp/errwrap/errwrap_test.go

Lines changed: 0 additions & 94 deletions
This file was deleted.

third_party/github.com/hashicorp/go-multierror/.circleci/config.yml

Lines changed: 0 additions & 164 deletions
This file was deleted.

third_party/github.com/hashicorp/go-multierror/append_test.go

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)