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 12fd408 commit f674336Copy full SHA for f674336
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v3
21
with:
22
- go-version: 1.18
+ go-version: 1.19
23
24
- name: Test
25
run: go test -v ./...
benchmark/go.mod
@@ -1,6 +1,6 @@
1
module github.com/lxzan/memorycache/benchmark
2
3
-go 1.18
+go 1.19
4
5
require (
6
github.com/dgraph-io/ristretto v0.1.1
go.mod
module github.com/lxzan/memorycache
require github.com/stretchr/testify v1.8.1
0 commit comments