Skip to content

Commit

Permalink
Update dep-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shihyuho authored Jul 9, 2024
1 parent cc235f5 commit 19afe65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dep-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Update dependencies
run: go get -t -u ./...
- name: Tidy
Expand Down

0 comments on commit 19afe65

Please sign in to comment.