Skip to content

Commit 79cde57

Browse files
authored
Merge pull request #73 from kyoshidajp/update_1.3
Update to 1.3.0
2 parents 3561433 + 8bfd6c1 commit 79cde57

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## v1.3.0 - 2024/04/07
4+
5+
- Support a forked repository in GitHub search. by @chaspy in https://github.com/kyoshidajp/dep-doctor/pull/72
6+
- Bump actions/cache from 3.3.2 to 4.0.1.
7+
- Bump golangci/golangci-lint-action from 3 to 4.
8+
- Bump k1LoW/octocov-action from 0 to 1.
9+
- Bump github/codeql-action from 2 to 3.
10+
- Bump actions/setup-go from 4 to 5.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- uses: actions/checkout@v4
133133
- uses: kyoshidajp/dep-doctor@v1
134134
with:
135-
version: v1.0.0 # or latest
135+
version: v1.3.0 # or latest
136136
- run: dep-doctor diagnose --package golang --file go.mod
137137
env:
138138
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
var (
11-
Revision = "2"
11+
Revision = "3"
1212
Version = "1"
1313
)
1414

0 commit comments

Comments
 (0)