Skip to content

Commit

Permalink
fix ci panic
Browse files Browse the repository at this point in the history
  • Loading branch information
phuslu committed Oct 25, 2024
1 parent a88f17d commit 3a877c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.23.2'
check-latest: true
- uses: actions/checkout@v4
- name: go mod tidy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gcscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
steps:
- name: Install packages
run: sudo apt update -y && sudo apt-get install -y csvkit datamash
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.23.2'
check-latest: true
- uses: actions/checkout@v4
- name: go mod tidy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/memory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
steps:
- name: Install packages
run: sudo apt update -y && sudo apt-get install -y csvkit datamash
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.23.2'
check-latest: true
- uses: actions/checkout@v4
- name: go mod tidy
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ import (
theine "github.com/Yiling-J/theine-go"
"github.com/cespare/xxhash/v2"
cloudflare "github.com/cloudflare/golibs/lrucache"
ristretto "github.com/dgraph-io/ristretto"
ristretto "github.com/dgraph-io/ristretto/v2"
freelru "github.com/elastic/go-freelru"
hashicorp "github.com/hashicorp/golang-lru/v2/expirable"
ccache "github.com/karlseguin/ccache/v3"
Expand Down Expand Up @@ -518,7 +518,7 @@ import (
theine "github.com/Yiling-J/theine-go"
"github.com/cespare/xxhash/v2"
cloudflare "github.com/cloudflare/golibs/lrucache"
ristretto "github.com/dgraph-io/ristretto"
ristretto "github.com/dgraph-io/ristretto/v2"
freelru "github.com/elastic/go-freelru"
hashicorp "github.com/hashicorp/golang-lru/v2/expirable"
ccache "github.com/karlseguin/ccache/v3"
Expand Down Expand Up @@ -733,7 +733,7 @@ import (
theine "github.com/Yiling-J/theine-go"
"github.com/cespare/xxhash/v2"
cloudflare "github.com/cloudflare/golibs/lrucache"
ristretto "github.com/dgraph-io/ristretto"
ristretto "github.com/dgraph-io/ristretto/v2"
freelru "github.com/elastic/go-freelru"
hashicorp "github.com/hashicorp/golang-lru/v2/expirable"
ccache "github.com/karlseguin/ccache/v3"
Expand Down

0 comments on commit 3a877c9

Please sign in to comment.