fix replacement issue #33
Annotations
8 errors and 1 warning
Run lint checks:
cmd/versionbump/main.go#L164
func `bumpPreReleaseNext` is unused (unused)
|
Run lint checks:
cmd/versionbump/main.go#L180
func `bumpPreReleaseBuild` is unused (unused)
|
Run lint checks:
internal/semver/semver.go#L110
S1003: should use strings.Contains(versionStr, "-") instead (gosimple)
|
Run lint checks:
internal/semver/semver.go#L111
S1003: should use strings.Contains(versionStr, "+") instead (gosimple)
|
Run lint checks:
internal/semver/prerelease.go#L102
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
|
Run lint checks:
internal/semver/prerelease.go#L107
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
|
Run lint checks
Process completed with exit code 2.
|
Restore Go modules cache
Input required and not supplied: key
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading