mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-25 22:48:59 -07:00
refactor: converted int64 to int32 where appropriate.
refactor: reduced usage of fmt in favor of logs and string concatication. refactor: minor re-ordering of the data structures to reduce storage space required.
This commit is contained in:
parent
8640d42132
commit
1bcc682b7c
9 changed files with 53 additions and 48 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM nikatjef/golang:1.20 as builder
|
||||
ARG SEMVER=${SEMVER:-0.0.7}
|
||||
ARG SEMVER=${SEMVER:-0.0.8}
|
||||
|
||||
WORKDIR /gagent
|
||||
COPY . .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue