Merge pull request #492 from Ealenn/bugfix/inadyn-go-modules-management

fix(inadyn): go modules management
This commit is contained in:
Alexandre
2022-09-25 21:46:49 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ RUN apk add --no-cache \
build-base\
git\
go &&\
go env -w GO111MODULE=off &&\
go get -u github.com/quantumew/mustache-cli &&\
cp "$GOPATH"/bin/* /usr/bin/ && \
rm -rf "$GOPATH" /var/cache/apk/* /tmp/src &&\

View File

@@ -54,5 +54,5 @@
},
"slug": "inadyn",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.9.1-6"
"version": "2.9.1-7"
}