Skip to content

Commit

Permalink
ci: bump to Go latest (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
ab116699 authored Oct 12, 2023
1 parent aafd40a commit f83aa2b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/optable/match

go 1.16
go 1.21

require (
github.com/alecthomas/unsafeslice v0.1.0
Expand All @@ -15,4 +15,7 @@ require (
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)

require golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
require (
github.com/bits-and-blooms/bitset v1.2.0 // indirect
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
)

0 comments on commit f83aa2b

Please sign in to comment.