Skip to content

Commit

Permalink
FIX: check and test jobs failing (#38)
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 authored Jun 1, 2024
1 parent 71e60c9 commit 1de7a7e
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 1de7a7e

Please sign in to comment.