Skip to content

Commit

Permalink
treewide: require Go 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <[email protected]>
  • Loading branch information
rolinh committed Aug 9, 2023
1 parent 8e45ab1 commit b6c37bd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Also https://github.com/cilium/cilium/blob/main/.golangci.yaml as a
# reference.
run:
go: '1.20'
go: '1.21'
timeout: 3m # default is 1m
linters:
disable-all: true
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/cilium/hubble

go 1.20
go 1.21

require (
github.com/cilium/cilium v1.14.0-snapshot.5
Expand Down
25 changes: 25 additions & 0 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6c37bd

Please sign in to comment.