Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
orangecat
ollama
Commits
c7808926
"vscode:/vscode.git/clone" did not exist on "5834b147694cbfca6ab1d03d2f13c87068cc34fa"
Unverified
Commit
c7808926
authored
Jul 22, 2024
by
Daniel Hiltgen
Committed by
GitHub
Jul 22, 2024
Browse files
Merge pull request #5864 from dhiltgen/bump_go
Bump Go patch version
parents
3e5ea035
5d604eec
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
.github/workflows/release.yaml
.github/workflows/release.yaml
+5
-5
.github/workflows/test.yaml
.github/workflows/test.yaml
+5
-5
No files found.
.github/workflows/release.yaml
View file @
c7808926
...
...
@@ -31,7 +31,7 @@ jobs:
security set-keychain-settings -lut 3600 build.keychain
-
uses
:
actions/setup-go@v5
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
-
name
:
Build Darwin
env
:
...
...
@@ -87,7 +87,7 @@ jobs:
write-host "plugin installed"
-
uses
:
actions/setup-go@v5
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
-
run
:
go get ./...
-
run
:
|
...
...
@@ -141,7 +141,7 @@ jobs:
write-host "plugin installed"
-
uses
:
actions/setup-go@v5
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
-
name
:
'
Install
ROCm'
run
:
|
...
...
@@ -218,7 +218,7 @@ jobs:
write-host "plugin installed"
-
uses
:
actions/setup-go@v5
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
-
name
:
'
Install
CUDA'
run
:
|
...
...
@@ -306,7 +306,7 @@ jobs:
write-host "plugin installed"
-
uses
:
actions/setup-go@v5
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
-
run
:
go get
-
uses
:
actions/download-artifact@v4
...
...
.github/workflows/test.yaml
View file @
c7808926
...
...
@@ -63,7 +63,7 @@ jobs:
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-go@v5
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
-
run
:
go get ./...
-
run
:
|
...
...
@@ -163,7 +163,7 @@ jobs:
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-go@v5
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
-
name
:
'
Install
ROCm'
run
:
|
...
...
@@ -200,7 +200,7 @@ jobs:
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-go@v5
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
-
name
:
'
Install
CUDA'
run
:
|
...
...
@@ -255,7 +255,7 @@ jobs:
submodules
:
recursive
-
uses
:
actions/setup-go@v5
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
false
-
run
:
|
case ${{ matrix.arch }} in
...
...
@@ -297,7 +297,7 @@ jobs:
submodules
:
recursive
-
uses
:
actions/setup-go@v5
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
-
run
:
|
case ${{ matrix.arch }} in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment