Make docker build amd64

This commit is contained in:
2022-05-25 14:12:35 +09:30
parent 7399fbc5ff
commit 78488d2f41
2 changed files with 6 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import (
"golang.org/x/mod/semver"
)
const Tag = "v0.0.5"
const Tag = "v0.0.6"
var versionInfo struct {
Local struct {