Skip to content

Commit

Permalink
Update go.mod to go 1.18
Browse files Browse the repository at this point in the history
This isn't strictly necessary - the go 1.18 and 1.17 semantics for `go.mod` are the same - but in practice, I find that people often look at `go.mod` to see what version of Go they need to build something, and, well, we need 1.18 now. So might as well update this!

Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
  • Loading branch information
abayer committed Aug 19, 2022
1 parent 593d92e commit 6dd4eb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 202 deletions.
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.17
go 1.18

require (
github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20220720053627-e327d0730470 // Waiting for https://github.com/ahmetb/gen-crd-api-reference-docs/pull/43/files to merge
Expand Down
Loading

0 comments on commit 6dd4eb1

Please sign in to comment.