You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,17 @@ Please visit https://scc.suse.com to see and manage your subscriptions.
16
16
SUSEConnect-ng communicates with SCC over this [REST API](https://github.com/SUSE/connect/blob/master/doc/SCC-API-%28Implemented%29.md).
17
17
18
18
### Build
19
-
Requires Go >= 1.21
19
+
Requires Go >= 1.23
20
20
21
21
```
22
22
make build
23
23
```
24
24
This will create a `out/suseconnect` binary.
25
25
26
26
### Build in container
27
-
If you don't have a go compiler installed, you can run the build in a container:
27
+
If you don't have a go compiler installed, you can run the build in a container:
28
28
```
29
-
docker run --rm -v $(pwd):/connect registry.suse.com/bci/golang:1.21-openssl sh -c "git config --global --add safe.directory /connect; cd /connect; make build"
29
+
docker run --rm -v $(pwd):/connect registry.suse.com/bci/golang:1.23-openssl sh -c "git config --global --add safe.directory /connect; cd /connect; make build"
30
30
```
31
31
This will create a `out/suseconnect` binary on the host.
0 commit comments