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
5d604eec
Commit
5d604eec
authored
Jul 22, 2024
by
Daniel Hiltgen
Browse files
Bump Go patch version
parent
db0968f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
.github/workflows/release.yaml
.github/workflows/release.yaml
+5
-5
.github/workflows/test.yaml
.github/workflows/test.yaml
+5
-5
Dockerfile
Dockerfile
+1
-1
No files found.
.github/workflows/release.yaml
View file @
5d604eec
...
@@ -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 @
5d604eec
...
@@ -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
...
...
Dockerfile
View file @
5d604eec
ARG
GOLANG_VERSION=1.22.
1
ARG
GOLANG_VERSION=1.22.
5
ARG
CMAKE_VERSION=3.22.1
ARG
CMAKE_VERSION=3.22.1
# this CUDA_VERSION corresponds with the one specified in docs/gpu.md
# this CUDA_VERSION corresponds with the one specified in docs/gpu.md
ARG
CUDA_VERSION=11.3.1
ARG
CUDA_VERSION=11.3.1
...
...
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