fixup! Aligning struct fields for better memory management.

This commit is contained in:
2024-06-20 16:00:51 +01:00
parent a4f7e1690d
commit 3fb7c7e0b1
7 changed files with 21 additions and 95 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
apt-get install ca-certificates make -y
update-ca-certificates
go mod tidy
get -u -v ./...
go get -u -v ./...
go mod tidy -v
- name: Run unit tests