update go modules #54
Annotations
1 error and 7 warnings
build
issues found
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v2, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
Restore cache failed: Dependencies file is not found in /home/runner/work/notify/notify. Supported file pattern: go.sum
|
build:
slack_test.go#L82
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
build:
slack_test.go#L123
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
build:
slack_test.go#L144
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
|
build:
telegram_test.go#L310
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|