Skip to content

Commit ddbca71

Browse files
committed
Update go version to satisfy vet.
1 parent 10171d7 commit ddbca71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: [ '1.15', '>=1.5 <2']
15+
go: [ '1.21', '>=1.21 <2']
1616
steps:
1717
- uses: actions/checkout@v4
1818

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/panmari/cuckoofilter
22

3-
go 1.15
3+
go 1.21
44

55
require (
66
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165

0 commit comments

Comments
 (0)