Skip to content

Commit cc6ae9d

Browse files
committed
chore: Bump Go to 1.23.3
1 parent ab28b2b commit cc6ae9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.19
19+
go-version: 1.23.3
2020
- uses: actions/checkout@v4
2121
- name: Test (race)
2222
run: go test ./... -race

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/TwiN/g8/v2
22

3-
go 1.20
3+
go 1.23.3
44

55
require github.com/TwiN/gocache/v2 v2.2.2

0 commit comments

Comments
 (0)