Skip to content

Commit d0daeda

Browse files
authored
Merge pull request #29 from fly-apps/fixes
Fix Github actions and unit test
2 parents 68ed74d + 126eace commit d0daeda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
go-version-file: 'go.mod'
5757
cache: true
5858

59-
- uses: dominikh/staticcheck-action@v1.2.0
59+
- uses: dominikh/staticcheck-action@v1.4.0
6060
with:
6161
install-go: false
6262

internal/cron/monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func evaluateJob(ctx context.Context, logger *logrus.Logger, store *Store, job J
131131
machine.ID,
132132
schedule.CommandTimeout)
133133

134-
log.Warnf(err)
134+
log.Warn(err)
135135

136136
if err := client.MachineDestroy(ctx, machine); err != nil {
137137
return fmt.Errorf("failed to destroy machine %s: %w", machine.ID, err)

0 commit comments

Comments
 (0)