Skip to content

Commit b855d23

Browse files
committed
Fix CI: use Go 1.23 and remove deprecated skip-config-verify parameter
1 parent a47e3dc commit b855d23

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
with:
8383
version: latest
8484
args: --timeout=5m
85-
skip-config-verify: true
8685

8786
benchmark:
8887
name: 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/vnykmshr/obcache-go
22

3-
go 1.24.0
3+
go 1.23
44

55
require (
66
github.com/hashicorp/golang-lru/v2 v2.0.7

0 commit comments

Comments
 (0)