Skip to content

Commit

Permalink
upgrading Go to 1.19
Browse files Browse the repository at this point in the history
We switched to GO 1.18 in August, 2022 which is now EOL.

Our CI has switched to start running with Go 1.19.

Given these two motivations, upgrading pipelines to use 1.19

Signed-off-by: pritidesai <pdesai@us.ibm.com>
  • Loading branch information
pritidesai committed Feb 25, 2023
1 parent a7e39c2 commit c09e1f2
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 372 deletions.
8 changes: 4 additions & 4 deletions docs/pipeline-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1511,8 +1511,8 @@ The names of the <code>params</code> in the <code>Matrix</code> must match the n
</td>
<td>
<em>(Optional)</em>
<p>Include is a list of MatrixInclude
Note this field is in preview mode and not yet supported</p>
<p>Include is a list of MatrixInclude which allows passing in specific combinations of Parameters into the Matrix.
Note that Include is in preview mode and not yet supported.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -9067,8 +9067,8 @@ The names of the <code>params</code> in the <code>Matrix</code> must match the n
</td>
<td>
<em>(Optional)</em>
<p>Include is a list of MatrixInclude
Note this field is in preview mode and not yet supported</p>
<p>Include is a list of MatrixInclude which allows passing in specific combinations of Parameters into the Matrix.
Note that Include is in preview mode and not yet supported.</p>
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tektoncd/pipeline

go 1.18
go 1.19

require (
github.com/Microsoft/go-winio v0.6.0 // indirect
Expand Down
20 changes: 0 additions & 20 deletions third_party/github.com/armon/go-metrics/LICENSE

This file was deleted.

20 changes: 0 additions & 20 deletions third_party/github.com/armon/go-radix/LICENSE

This file was deleted.

20 changes: 0 additions & 20 deletions third_party/github.com/fatih/color/LICENSE.md

This file was deleted.

27 changes: 0 additions & 27 deletions third_party/github.com/golang/snappy/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions third_party/github.com/mattn/go-colorable/LICENSE

This file was deleted.

9 changes: 0 additions & 9 deletions third_party/github.com/mattn/go-isatty/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions third_party/github.com/mitchellh/go-testing-interface/LICENSE

This file was deleted.

Loading

0 comments on commit c09e1f2

Please sign in to comment.