Skip to content

Commit

Permalink
mod: require go v1.21.X
Browse files Browse the repository at this point in the history
cimgui-go uses runtime.Pinner which was added in v1.21
  • Loading branch information
gucio321 committed Sep 14, 2023
1 parent 743478a commit c5e9cdb
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/AllenDang/giu

go 1.18
go 1.21

require (
github.com/AllenDang/cimgui-go v0.0.0-20230914095121-bf64ab4e16c2
Expand Down

0 comments on commit c5e9cdb

Please sign in to comment.