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
OpenDAS
ollama
Commits
c7808926
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
Hide 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:
...
@@ -31,7 +31,7 @@ jobs:
security set-keychain-settings -lut 3600 build.keychain
security set-keychain-settings -lut 3600 build.keychain
-
uses
:
actions/setup-go@v5
-
uses
:
actions/setup-go@v5
with
:
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
cache
:
true
-
name
:
Build Darwin
-
name
:
Build Darwin
env
:
env
:
...
@@ -87,7 +87,7 @@ jobs:
...
@@ -87,7 +87,7 @@ jobs:
write-host "plugin installed"
write-host "plugin installed"
-
uses
:
actions/setup-go@v5
-
uses
:
actions/setup-go@v5
with
:
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
cache
:
true
-
run
:
go get ./...
-
run
:
go get ./...
-
run
:
|
-
run
:
|
...
@@ -141,7 +141,7 @@ jobs:
...
@@ -141,7 +141,7 @@ jobs:
write-host "plugin installed"
write-host "plugin installed"
-
uses
:
actions/setup-go@v5
-
uses
:
actions/setup-go@v5
with
:
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
cache
:
true
-
name
:
'
Install
ROCm'
-
name
:
'
Install
ROCm'
run
:
|
run
:
|
...
@@ -218,7 +218,7 @@ jobs:
...
@@ -218,7 +218,7 @@ jobs:
write-host "plugin installed"
write-host "plugin installed"
-
uses
:
actions/setup-go@v5
-
uses
:
actions/setup-go@v5
with
:
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
cache
:
true
-
name
:
'
Install
CUDA'
-
name
:
'
Install
CUDA'
run
:
|
run
:
|
...
@@ -306,7 +306,7 @@ jobs:
...
@@ -306,7 +306,7 @@ jobs:
write-host "plugin installed"
write-host "plugin installed"
-
uses
:
actions/setup-go@v5
-
uses
:
actions/setup-go@v5
with
:
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
cache
:
true
-
run
:
go get
-
run
:
go get
-
uses
:
actions/download-artifact@v4
-
uses
:
actions/download-artifact@v4
...
...
.github/workflows/test.yaml
View file @
c7808926
...
@@ -63,7 +63,7 @@ jobs:
...
@@ -63,7 +63,7 @@ jobs:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-go@v5
-
uses
:
actions/setup-go@v5
with
:
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
cache
:
true
-
run
:
go get ./...
-
run
:
go get ./...
-
run
:
|
-
run
:
|
...
@@ -163,7 +163,7 @@ jobs:
...
@@ -163,7 +163,7 @@ jobs:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-go@v5
-
uses
:
actions/setup-go@v5
with
:
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
cache
:
true
-
name
:
'
Install
ROCm'
-
name
:
'
Install
ROCm'
run
:
|
run
:
|
...
@@ -200,7 +200,7 @@ jobs:
...
@@ -200,7 +200,7 @@ jobs:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-go@v5
-
uses
:
actions/setup-go@v5
with
:
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
cache
:
true
-
name
:
'
Install
CUDA'
-
name
:
'
Install
CUDA'
run
:
|
run
:
|
...
@@ -255,7 +255,7 @@ jobs:
...
@@ -255,7 +255,7 @@ jobs:
submodules
:
recursive
submodules
:
recursive
-
uses
:
actions/setup-go@v5
-
uses
:
actions/setup-go@v5
with
:
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
false
cache
:
false
-
run
:
|
-
run
:
|
case ${{ matrix.arch }} in
case ${{ matrix.arch }} in
...
@@ -297,7 +297,7 @@ jobs:
...
@@ -297,7 +297,7 @@ jobs:
submodules
:
recursive
submodules
:
recursive
-
uses
:
actions/setup-go@v5
-
uses
:
actions/setup-go@v5
with
:
with
:
go-version
-file
:
go.mod
go-version
:
"
stable"
cache
:
true
cache
:
true
-
run
:
|
-
run
:
|
case ${{ matrix.arch }} in
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