Skip to content

Commit

Permalink
bumped go version to 1.21.5 due to GO-2023-2186
Browse files Browse the repository at this point in the history
  • Loading branch information
malivvan committed Dec 25, 2023
1 parent 31b2c84 commit 0e7ee07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pure Go WebKitGTK binding for **Linux** and **FreeBSD**.
## Installation

```sh
# go 1.21+
# go 1.21.5+
go get github.com/malivvan/webkitgtk
```

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/malivvan/webkitgtk

go 1.21.1
go 1.21.5

require github.com/ebitengine/purego v0.6.0-alpha.2

Expand Down

0 comments on commit 0e7ee07

Please sign in to comment.