Skip to content

Commit

Permalink
Merge 8bfd6c1 into 3561433
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshidajp committed Apr 7, 2024
2 parents 3561433 + 8bfd6c1 commit 329b71a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## v1.3.0 - 2024/04/07

- Support a forked repository in GitHub search. by @chaspy in https://github.com/kyoshidajp/dep-doctor/pull/72
- Bump actions/cache from 3.3.2 to 4.0.1.
- Bump golangci/golangci-lint-action from 3 to 4.
- Bump k1LoW/octocov-action from 0 to 1.
- Bump github/codeql-action from 2 to 3.
- Bump actions/setup-go from 4 to 5.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- uses: actions/checkout@v4
- uses: kyoshidajp/dep-doctor@v1
with:
version: v1.0.0 # or latest
version: v1.3.0 # or latest
- run: dep-doctor diagnose --package golang --file go.mod
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

var (
Revision = "2"
Revision = "3"
Version = "1"
)

Expand Down

0 comments on commit 329b71a

Please sign in to comment.