forked from megaease/easeprobe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add more test cases for channel, conf and report package * add more test cases for probe.client.conf and daemon package * add more test cases for probe package * fix dry run bug * add comment for package * add init() for Channel to initialize the dryNotify * go fmt * upgrade the lint version and add the comment for all packages * add more test cases for ssh & http prober * rename GetDryNotify() to IsDryNotify()
- Loading branch information
Showing
64 changed files
with
736 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ on: | |
- ".github/workflows/code.yml" | ||
|
||
env: | ||
GO_VERSION: 1.18 | ||
GO_VERSION: 1.19 | ||
|
||
jobs: | ||
|
||
|
@@ -34,7 +34,7 @@ jobs: | |
- name: Spelling Check | ||
uses: reviewdog/[email protected] | ||
- name: Revive Action | ||
uses: morphy2k/revive-action@v2.3.1 | ||
uses: morphy2k/revive-action@v2 | ||
- name: "Restore Permissions" | ||
run: | | ||
sudo chown -R $(id -u) $GITHUB_WORKSPACE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.