There was an error while loading. Please reload this page.
1 parent 68a5be9 commit 743be9dCopy full SHA for 743be9d
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
test:
8
strategy:
9
matrix:
10
- go-version: [1.21.x,1.22.x]
+ go-version: [1.23.x,1.24.x]
11
platform: [ubuntu-latest, macos-latest, windows-latest]
12
runs-on: ${{ matrix.platform }}
13
steps:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/bep/lazycache
2
3
-go 1.18
+go 1.23
4
5
require (
6
github.com/frankban/quicktest v1.14.2
0 commit comments