Skip to content

Commit

Permalink
Use debian-11 image in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
alakae committed May 19, 2023
1 parent 1c05182 commit 9fb2431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/servers_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/cloudscale-ch/cloudscale-go-sdk/v3"
)

const DefaultImageSlug = "debian-9"
const DefaultImageSlug = "debian-11"

func integrationTest(t *testing.T) {
if testing.Short() {
Expand Down

0 comments on commit 9fb2431

Please sign in to comment.