Skip to content

Commit

Permalink
Update Go to 1.21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Aug 14, 2023
1 parent 60a3d3a commit 459097a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x]
go-version: [1.21.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
10 changes: 7 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
module github.com/donatj/unic

go 1.11
go 1.21

require (
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/seiflotfy/cuckoofilter v0.0.0-20200511222245-56093a4d3841
github.com/seiflotfy/cuckoofilter v0.0.0-20220411075957-e3b120b3f5fb
)

require (
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
)

0 comments on commit 459097a

Please sign in to comment.