Skip to content

Commit f674336

Browse files
author
lixizan
committed
upgrade compiler
1 parent 12fd408 commit f674336

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v3
2121
with:
22-
go-version: 1.18
22+
go-version: 1.19
2323

2424
- name: Test
2525
run: go test -v ./...

benchmark/go.mod

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

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/dgraph-io/ristretto v0.1.1

go.mod

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

3-
go 1.18
3+
go 1.19
44

55
require github.com/stretchr/testify v1.8.1
66

0 commit comments

Comments
 (0)