Skip to content

Commit

Permalink
avoid deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Dec 28, 2022
1 parent 91bdfbd commit cf65c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/podrunner_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ var podList = v1.PodList{
var runners = []*github.Runner{
{
ID: nil,
Name: pointer.StringPtr("name1"),
Name: pointer.String("name1"),
OS: nil,
Status: nil,
Busy: nil,
Labels: nil,
},
{
ID: nil,
Name: pointer.StringPtr("name2"),
Name: pointer.String("name2"),
OS: nil,
Status: nil,
Busy: nil,
Expand Down

0 comments on commit cf65c37

Please sign in to comment.