Ramkumar Chinchani
|
26f8201864
|
chore: update golang version to 1.25.7 (#3790)
* chore: update golang version to 1.25.7
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
* ci: attempt to update to latest golang
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
---------
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
|
2026-02-12 21:21:52 +02:00 |
|
Ramkumar Chinchani
|
6452bec403
|
chore: fix dependabot alerts (#3595)
* chore: fix dependabot alerts
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
* ci: bump up golang to 1.25.x
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
* fix: linter errors
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
* fix: stacker and docker build files to use golang 1.25
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
---------
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
|
2025-11-26 11:21:36 +02:00 |
|
Ramkumar Chinchani
|
97ab0e2568
|
chore: fix dependabot alerts (#3380)
* chore: fix dependabot alerts
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
* ci: bump up golang version to 1.24.x
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
---------
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
|
2025-09-11 11:11:38 +03:00 |
|
peusebiu
|
0e2aa81439
|
feat(sync): use regclient for sync extension (#2903)
* feat(sync): use regclient for sync extension
replaced containers/image package with regclient/regclient package
Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>
* fix(sync): fixed converting innner docker list mediatype
Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>
* feat(sync): added option to preserve digest
Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>
* fix(sync): added coverage and various fixes
Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>
* fix(metadb): fixed converting manifest list not setting platform and annotations
Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>
* fix(sync): remove read lock on storage, not used concurrently
Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>
* feat(sync): added cache for repo tags
Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>
* fix(sync): fixed Makefile
removed opengpg tag
Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>
* fix(sync): add test for on demand referrer
Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>
---------
Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>
|
2025-04-15 16:58:15 -07:00 |
|
Ramkumar Chinchani
|
5465aa0d51
|
build: migrate to golang 1.23.x (#2701)
* build: migrate to golang 1.23.x
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
* fix: golangci-lint reported errors
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
---------
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
|
2024-11-08 08:58:55 -08:00 |
|
Andrei Aaron
|
375c35c5a1
|
chore: update to go 1.22 (#2330)
* chore: update to go 1.22
Only go toolchain version is updated.
We compile with go 1.22, but we allow others to compile using language version 1.21 if they wish to.
If we also updated the go version in go.mod everyone would be forced to update, as that is enforced as a minimum allowed version.
This comment explains the difference well enough https://news.ycombinator.com/item?id=36455759
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
* chore: fix freeBSD AMD64 build
Looks like they made some cleanup in the logic allowing buildmode pie on various platforms.
Related to https://github.com/golang/go/issues/31544
See the code at: https://cs.opensource.google/go/go/+/master:src/internal/platform/supported.go;l=222-231;drc=d7fcb5cf80953f1d63246f1ae9defa60c5ce2d76;bpv=1;bpt=0
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
---------
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
|
2024-03-20 11:53:11 -07:00 |
|
Andrei Aaron
|
60dc8569ec
|
build(go): switch to go 1.21 (#2049)
Also update to the latest swaggo version, as the previous one did not work with go 1.21
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
|
2024-02-07 10:54:28 -08:00 |
|
Ramkumar Chinchani
|
44dfa8a210
|
chore: fix dependabot alerts (#2133)
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
|
2023-12-12 12:44:28 +02:00 |
|
Alexei Dodon
|
3a9a932791
|
fix: reduce test run time (#1832)
Signed-off-by: Alexei Dodon <adodon@cisco.com>
|
2023-09-28 21:59:52 +03:00 |
|