Skip to content

Commit

Permalink
[go.mod] Change go directive to 1.21
Browse files Browse the repository at this point in the history
On b3432fb, the minimum supported
Go version was updated to `1.21.0`. This changes the version to `1.21`
so that we are using a language version. If not using toolchain, this
seems to be the preferred convention in the ecosystem and golang/go.

Signed-off-by: Pablo Baeyens <pablo.baeyens@datadoghq.com>
  • Loading branch information
mx-psi authored and ti-mo committed Apr 25, 2024
1 parent 68770ff commit eaef6a7
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
@@ -1,6 +1,6 @@
module github.com/cilium/ebpf

go 1.21.0
go 1.21

require (
github.com/go-quicktest/qt v1.101.0
Expand Down

0 comments on commit eaef6a7

Please sign in to comment.