Skip to content

Commit

Permalink
FIX: check and test jobs failing
Browse files Browse the repository at this point in the history
Tests were were still refering to v2 module hence this fix.
  • Loading branch information
rsjethani committed Jun 1, 2024
1 parent 71e60c9 commit 14c54f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/json"
"fmt"

"github.com/rsjethani/secret/v2"
"github.com/rsjethani/secret/v3"
)

func ExampleNew() {
Expand Down

0 comments on commit 14c54f5

Please sign in to comment.