Skip to content

Commit

Permalink
[AUTOPR] Automatic updates (Vonage#244)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update venom

---------

Co-authored-by: nicolaasuni-vonage <[email protected]>
  • Loading branch information
github-actions[bot] and nicolaasuni-vonage authored May 20, 2024
1 parent 6fc1311 commit 7ab788f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.90.2
1.90.3
2 changes: 1 addition & 1 deletion examples/service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.22.3
replace github.com/Vonage/gosrvlib => ../..

require (
github.com/Vonage/gosrvlib v1.90.2
github.com/Vonage/gosrvlib v1.90.3
github.com/golang/mock v1.6.0
github.com/jstemmer/go-junit-report v1.0.0
github.com/prometheus/client_golang v1.19.1
Expand Down
2 changes: 1 addition & 1 deletion examples/service/resources/docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dh-golang \
python3 \
python3-pip \
&& pip3 install --upgrade --break-system-packages check-jsonschema schemathesis httpx \
&& curl --location https://github.com/ovh/venom/releases/download/v1.1.0/venom.linux-amd64 > /usr/bin/venom \
&& curl --location https://github.com/ovh/venom/releases/download/v1.2.0/venom.linux-amd64 > /usr/bin/venom \
&& chmod ug+x /usr/bin/venom
HEALTHCHECK CMD go version || exit 1
2 changes: 1 addition & 1 deletion resources/docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dh-golang \
python3 \
python3-pip \
&& pip3 install --upgrade --break-system-packages check-jsonschema schemathesis httpx \
&& curl --location https://github.com/ovh/venom/releases/download/v1.1.0/venom.linux-amd64 > /usr/bin/venom \
&& curl --location https://github.com/ovh/venom/releases/download/v1.2.0/venom.linux-amd64 > /usr/bin/venom \
&& chmod ug+x /usr/bin/venom
HEALTHCHECK CMD go version || exit 1

0 comments on commit 7ab788f

Please sign in to comment.