Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ci: upgrade go to 1.20 #1106

Merged
merged 1 commit into from
Sep 4, 2024
Merged

fix ci: upgrade go to 1.20 #1106

merged 1 commit into from
Sep 4, 2024

Conversation

zxh326
Copy link
Member

@zxh326 zxh326 commented Sep 4, 2024

to fix ci

 > [builder 13/13] RUN cd /workspace && git clone --branch=main https://github.com/juicedata/juicefs &&     cd juicefs && git checkout main &&     bash -c "if [[ amd64 == amd64 ]]; then make juicefs.all && mv juicefs.all juicefs; else make juicefs; fi":
13.36 go: downloading github.com/google/go-cmp v0.6.0
13.37 go: downloading github.com/hashicorp/golang-lru v0.5.4
13.38 go: downloading github.com/tidwall/gjson v1.9.3
13.39 go: downloading github.com/tidwall/sjson v1.0.4
13.40 go: downloading github.com/tidwall/match v1.1.1
13.40 go: downloading github.com/tidwall/pretty v1.2.0
101.2 # github.com/juicedata/juicefs/pkg/meta
101.2 pkg/meta/base.go:162:27: symCache.Swap undefined (type *symlinkCache has no field or method Swap)
101.2 note: module requires Go 1.20
106.2 make: *** [Makefile:44: juicefs.all] Error 2

/cc @zwwhdls

Signed-off-by: Xuhui zhang <[email protected]>
@zxh326 zxh326 requested a review from zwwhdls September 4, 2024 03:03
@zxh326 zxh326 merged commit edc328b into master Sep 4, 2024
19 of 21 checks passed
@zxh326 zxh326 deleted the upgrade-go branch September 4, 2024 03:43
zxh326 added a commit that referenced this pull request Sep 4, 2024
Signed-off-by: Xuhui zhang <[email protected]>
(cherry picked from commit edc328b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants