Skip to content

Commit 9eaa230

Browse files
committed
feature: hpa for jointinference
Signed-off-by: ming.tang <ming.tang@daocloud.io>
1 parent 2f43962 commit 9eaa230

File tree

1,495 files changed

+117811
-52115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,495 files changed

+117811
-52115
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Go
2222
uses: actions/setup-go@v2
2323
with:
24-
go-version: 1.16.x
24+
go-version: 1.20.x
2525

2626
- name: Checkout code
2727
uses: actions/checkout@v2
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install Go
5858
uses: actions/setup-go@v2
5959
with:
60-
go-version: 1.16.x
60+
go-version: 1.20.x
6161

6262
- uses: actions/cache@v2
6363
with:
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install Go
7979
uses: actions/setup-go@v2
8080
with:
81-
go-version: 1.16.x
81+
go-version: 1.20.x
8282

8383
- uses: actions/cache@v2
8484
with:
@@ -102,7 +102,7 @@ jobs:
102102
- name: Install Go
103103
uses: actions/setup-go@v2
104104
with:
105-
go-version: 1.16.x
105+
go-version: 1.20.x
106106

107107
- uses: actions/cache@v2
108108
with:
@@ -137,7 +137,7 @@ jobs:
137137
- name: Install Go
138138
uses: actions/setup-go@v2
139139
with:
140-
go-version: 1.16.x
140+
go-version: 1.20.x
141141

142142
- uses: actions/cache@v2
143143
with:
@@ -158,7 +158,7 @@ jobs:
158158
- name: Install Go
159159
uses: actions/setup-go@v2
160160
with:
161-
go-version: 1.16.x
161+
go-version: 1.20.x
162162

163163
- uses: actions/cache@v2
164164
with:

.golangci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ run:
2626
# output configuration options
2727
output:
2828
# colored-line-number|line-number|json|tab|checkstyle|code-climate, default is "colored-line-number"
29-
format: colored-line-number
29+
formats:
30+
- colored-line-number
3031

3132
# print lines of code with issue, default is true
3233
print-issued-lines: true
@@ -47,8 +48,8 @@ linters:
4748
enable:
4849
- goconst
4950
- gofmt
50-
- golint
51+
- revive
5152
- gosimple
5253
- govet
5354
- misspell
54-
- whitespace
55+
- whitespace

LICENSES/vendor/github.com/cyphar/filepath-securejoin/LICENSE

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSES/vendor/github.com/fsnotify/fsnotify/LICENSE

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)