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

Go 1.21 #7

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ccbc221
Update go version, To #51568429
cheyang Feb 15, 2024
2fff72d
Remove dependency of printer.NewlineReporter{}, To #53185550
cheyang Feb 17, 2024
97876d4
Update K8s to 1.28.7, To #50179395
cheyang Feb 17, 2024
b4e187b
Update controller-runtime to 0.16.3, To #50179395
cheyang Feb 17, 2024
26933ca
Update controller-runtime to 0.16.3, To #50179395
cheyang Feb 17, 2024
d652cd0
Update controller-runtime to 0.11.1, To #50179395
cheyang Feb 17, 2024
eb86260
Update kubernetes version, To #51568429
cheyang Feb 17, 2024
33acdef
Update controller-gen, To #53185204
cheyang Feb 17, 2024
c3816d6
Update K8s to 1.26, To #50179395
cheyang Feb 17, 2024
837e34b
Update controller-runtime to 0.14.6, To #50179395
cheyang Feb 17, 2024
adbe6ec
Update controller-gen, To #53185204
cheyang Feb 17, 2024
d4fa5bf
Update controller-gen, To #53185204
cheyang Feb 17, 2024
ada20a4
Update controller-gen, To #53185204
cheyang Feb 18, 2024
fc24e8c
Update controller-runtime to 0.14.6, To #50179395
cheyang Feb 18, 2024
47cf8e4
Update controller-gen, To #53185204
cheyang Feb 18, 2024
a9c318b
Refactor utilpointer.Int32 , To #53185204
cheyang Feb 19, 2024
3acd290
Refactor to map[string]struct{} , To #53185204
cheyang Feb 19, 2024
3600011
Refactor to map[string]struct{} , To #53185204
cheyang Feb 19, 2024
141ac3f
Refactor to map[string]struct{} , To #53185204
cheyang Feb 19, 2024
f732964
Refactor to map[string]struct{} , To #53185204
cheyang Feb 19, 2024
65d9be8
Upgrade to golang 1.21, To #53185204
cheyang Feb 19, 2024
f8e23c9
Upgrade to golang 1.21, To #53185204
cheyang Feb 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
docker:
# specify the version
- image: cimg/go:1.18
- image: cimg/go:1.21
working_directory: ~/project/src/github.com/fluid-cloudnative/fluid
environment:
TEST_FLAGS: '-race -coverprofile=coverage.txt -covermode=atomic'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master, release-* ]

env:
GO_VERSION: 1.18
GO_VERSION: 1.21

# Declare default permissions as read only.
permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ matrix:
include:
- language: go
go:
- "1.14"
- "1.21"
os:
- linux
go_import_path: github.com/fluid-cloudnative/fluid
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ ifeq (, $(shell which controller-gen))
cd $$CONTROLLER_GEN_TMP_DIR ;\
export GO111MODULE=on ;\
go mod init tmp ;\
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.8.0 ;\
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.10.0 ;\
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
}
CONTROLLER_GEN=$(GOBIN)/controller-gen
Expand Down
58 changes: 29 additions & 29 deletions api/v1alpha1/openapi_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading