Skip to content

Commit

Permalink
Reduce required go version to 1.18
Browse files Browse the repository at this point in the history
Nothing in the lib strictly requires 1.21. Using 1.18 will make it
compatible with more consumers.
  • Loading branch information
Wyatt Alt committed Sep 20, 2023
1 parent a480a10 commit e86c1c2
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/foxglove/go-rosbag

go 1.21
go 1.18

require (
github.com/pierrec/lz4/v4 v4.1.18
Expand Down

0 comments on commit e86c1c2

Please sign in to comment.