Skip to content

Commit

Permalink
ci: use go:1.21-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski committed Nov 6, 2023
1 parent 51b6657 commit 687f3ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
build:
docker:
- image: alexfalkowski/go:1.21-3.2
- image: alexfalkowski/go:1.21-ruby
- image: alexfalkowski/status:latest
command: server
environment:
Expand Down
2 changes: 1 addition & 1 deletion server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/DATA-DOG/go-sqlmock"
"github.com/alexfalkowski/go-health/checker"
"github.com/alexfalkowski/go-health/server"
. "github.com/smartystreets/goconvey/convey"
. "github.com/smartystreets/goconvey/convey" //nolint:revive
)

func defaultTimeout() time.Duration {
Expand Down

0 comments on commit 687f3ee

Please sign in to comment.