We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10171d7 commit ddbca71Copy full SHA for ddbca71
.github/workflows/go.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- go: [ '1.15', '>=1.5 <2']
+ go: [ '1.21', '>=1.21 <2']
16
steps:
17
- uses: actions/checkout@v4
18
go.mod
@@ -1,6 +1,6 @@
1
module github.com/panmari/cuckoofilter
2
3
-go 1.15
+go 1.21
4
5
require (
6
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165
0 commit comments