Skip to content

Commit

Permalink
[chore] update the Go version of the whole lal package from 1.16 to 1…
Browse files Browse the repository at this point in the history
….18 for using go fuzz
  • Loading branch information
q191201771 committed Nov 13, 2023
1 parent 87ba16c commit 181e594
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ There are 3 ways of installing lal:

### 1. Building from source

First, make sure that Go version >= 1.16
First, make sure that Go version >= 1.18

For Linux/macOS user:

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/q191201771/lal

go 1.16
go 1.18

require github.com/q191201771/naza v0.30.48
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
github.com/q191201771/naza v0.30.12 h1:Wc8ci//KI9XpZLX06uRNCA4XbSsiu6OmP7+5eLtgLn0=
github.com/q191201771/naza v0.30.12/go.mod h1:n+dpJjQSh90PxBwxBNuifOwQttywvSIN5TkWSSYCeBk=
github.com/q191201771/naza v0.30.48 h1:lbYUaa7A15kJKYwOiU4AbFS1Zo8oQwppl2tLEbJTqnw=
github.com/q191201771/naza v0.30.48/go.mod h1:n+dpJjQSh90PxBwxBNuifOwQttywvSIN5TkWSSYCeBk=

0 comments on commit 181e594

Please sign in to comment.