Skip to content

Commit

Permalink
only update rdk and api
Browse files Browse the repository at this point in the history
  • Loading branch information
martha-johnston committed Dec 16, 2024
1 parent 9c3680c commit 28c6070
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bump_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
id: gobump
run: |
sudo chown -R testbot .
sudo -u testbot bash -lc 'go get -u .'
sudo -u testbot bash -lc 'go get go.viam.com/rdk'
sudo -u testbot bash -lc 'go get go.viam.com/api'
sudo -u testbot bash -lc 'go mod tidy'
GEN_DIFF=$(git status -s)
if [ -n "$GEN_DIFF" ]; then
Expand Down

0 comments on commit 28c6070

Please sign in to comment.