Skip to content

Commit

Permalink
[AUTOPR] Automatic Update (#314)
Browse files Browse the repository at this point in the history
* Bump version

* Simplify deps update workflow

* Dependencies updates

---------

Co-authored-by: nicolaasuni-vonage <[email protected]>
  • Loading branch information
github-actions[bot] and nicolaasuni-vonage authored Nov 6, 2024
1 parent 20a9500 commit 1cf13e7
Show file tree
Hide file tree
Showing 6 changed files with 488 additions and 492 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/depsupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Dependencies Update

on:
workflow_dispatch:
#schedule:
# - cron: "17 5 * * 1"
# schedule:
# - cron: "17 5 * * 1"

permissions: read-all

Expand Down Expand Up @@ -43,13 +43,9 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
if $(git status | grep -q '"git add"'); then
git add . -A
git commit -m 'Automatic dependencies update'
git push origin ${{ env.BRANCH_NAME }}
sleep 5s
make versionup
git add . -A
git commit -m 'Update version'
git push origin ${{ env.BRANCH_NAME }}
git commit -m 'Automatic dependencies update'
git push origin ${{ env.BRANCH_NAME }}
fi
shell: bash
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.101.12
1.101.13
16 changes: 8 additions & 8 deletions examples/service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.23.2
replace github.com/Vonage/gosrvlib => ../..

require (
github.com/Vonage/gosrvlib v1.101.12
github.com/Vonage/gosrvlib v1.101.13
github.com/jstemmer/go-junit-report/v2 v2.1.0
github.com/prometheus/client_golang v1.20.5
github.com/rakyll/gotest v0.0.6
Expand All @@ -20,8 +20,8 @@ require (

require (
cloud.google.com/go v0.116.0 // indirect
cloud.google.com/go/auth v0.9.9 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
cloud.google.com/go/auth v0.10.0 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
cloud.google.com/go/compute/metadata v0.5.2 // indirect
cloud.google.com/go/firestore v1.17.0 // indirect
cloud.google.com/go/longrunning v0.6.2 // indirect
Expand All @@ -34,7 +34,7 @@ require (
github.com/dlmiddlecote/sqlstats v1.0.2 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.6 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
Expand Down Expand Up @@ -109,10 +109,10 @@ require (
golang.org/x/text v0.19.0 // indirect
golang.org/x/time v0.7.0 // indirect
golang.org/x/tools v0.26.0 // indirect
google.golang.org/api v0.203.0 // indirect
google.golang.org/genproto v0.0.0-20241021214115-324edc3d5d38 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241021214115-324edc3d5d38 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
google.golang.org/api v0.204.0 // indirect
google.golang.org/genproto v0.0.0-20241104194629-dd2ea8efbc28 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
google.golang.org/grpc v1.67.1 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
Loading

0 comments on commit 1cf13e7

Please sign in to comment.