We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab28b2b commit cc6ae9dCopy full SHA for cc6ae9d
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/setup-go@v5
18
with:
19
- go-version: 1.19
+ go-version: 1.23.3
20
- uses: actions/checkout@v4
21
- name: Test (race)
22
run: go test ./... -race
go.mod
@@ -1,5 +1,5 @@
1
module github.com/TwiN/g8/v2
2
3
-go 1.20
+go 1.23.3
4
5
require github.com/TwiN/gocache/v2 v2.2.2
0 commit comments