Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Cappa <[email protected]>
  • Loading branch information
Ks89 committed Dec 23, 2024
1 parent 6bc6a4a commit f06d176
Show file tree
Hide file tree
Showing 10 changed files with 212 additions and 265 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk update && apk add --no-cache \
make gcc musl-dev

# install protoc requirements based on https://grpc.io/docs/languages/go/quickstart/
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.36.1
RUN go install google.golang.org/grpc/cmd/[email protected]
ENV PATH "$PATH:$(go env GOPATH)/bin"

Check warning on line 10 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build and publish

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021-2024 Stefano Cappa (Ks89)
Copyright (c) 2021-2025 Stefano Cappa (Ks89)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
#.PHONY:fmt

lint:
set +e
# use staticcheck, because golint has been deprecated
staticcheck ./...
set -e
.PHONY:lint

vet:
Expand Down Expand Up @@ -44,7 +46,9 @@ test: lint
deps:
go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
go install honnef.co/go/tools/cmd/staticcheck@latest
go install github.com/air-verse/air@latest
go get -u
go mod tidy
go install github.com/nikolaydubina/go-cover-treemap@latest
echo "You should update protoc manually: https://grpc.io/docs/protoc-installation/"
.PHONY: deps
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GitHub releases [HERE](https://github.com/home-anthill/api-server/releases)

Versions:

- ??/09/2024 - 2.0.0
- ??/??/2025 - 2.0.0
- 20/08/2024 - 1.3.2
- 20/08/2024 - 1.3.1
- 27/07/2024 - 1.3.0
Expand All @@ -47,7 +47,7 @@ Versions:

The MIT License (MIT)

Copyright (c) 2021-2024 Stefano Cappa (Ks89)
Copyright (c) 2021-2025 Stefano Cappa (Ks89)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
156 changes: 47 additions & 109 deletions api/grpc/device/device.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f06d176

Please sign in to comment.