We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439f799 commit e5b4baaCopy full SHA for e5b4baa
.gitlab-ci.yml
@@ -20,14 +20,13 @@ bt:linux-x64:go1.18:
20
before_script:
21
- export PATH=/usr/lib/go-1.18/bin:$PATH
22
23
-# Second-latest go version
24
-bt:linux-x64:go1.24:
+bt:linux-x64:go-2nd-latest:
25
extends: [ .build-linux ]
26
27
- export PATH=/usr/local/go1.24.9/bin:$PATH
28
29
-# Latest go version
30
-bt:linux-x64:go1.25:
+# Uses the latest go version (available in the Docker image)
+bt:linux-x64:
31
32
after_script:
33
- zip objectbox-generator-Linux.zip objectbox-generator
@@ -46,7 +45,7 @@ bt:mac:
46
45
paths:
47
- objectbox-generator-macOS.zip
48
49
-t:cmake:win-x64:
+bt:win-x64:
50
extends: [ .build ]
51
tags: [ windows, go ]
52
0 commit comments