Skip to content

Commit

Permalink
Fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Sep 6, 2024
1 parent 4131dfd commit 3673068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
go: [ "1.17", "1.18", "1.19", "1.20" ]
go: [ "1.18", "1.19", "1.20", "1.21", "1.22", "1.23" ]

steps:
- name: Set up Go 1.x
Expand Down
4 changes: 2 additions & 2 deletions helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ func TestMatchURLFallback(t *testing.T) {
}{
{
name: "Match Path",
text: "foo bar https://example.org/せかい zoo",
expected: "https://webcache.googleusercontent.com/search?q=cache:https://example.org/%E3%81%9B%E3%81%8B%E3%81%84",
text: "foo bar https://go.dev/せかい zoo",
expected: "https://webcache.googleusercontent.com/search?q=cache:https://go.dev/%E3%81%9B%E3%81%8B%E3%81%84",
},
{
name: "Match and Use Google Cache",
Expand Down

0 comments on commit 3673068

Please sign in to comment.