Merge branch 'main' into docker_multiarch

This commit is contained in:
Patrick Schratz 2024-04-27 18:48:36 +00:00
commit 438862c39d
63 changed files with 1786 additions and 682 deletions

View file

@ -1,7 +1,10 @@
when:
branch: main
steps:
# use vendor to cache dependencies
vendor:
image: golang:1.20
image: golang:1.21
commands:
- go mod vendor