Skip to content

Commit 3673068

Browse files
Fix testing
1 parent 4131dfd commit 3673068

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: [ ubuntu-latest, macos-latest, windows-latest ]
31-
go: [ "1.17", "1.18", "1.19", "1.20" ]
31+
go: [ "1.18", "1.19", "1.20", "1.21", "1.22", "1.23" ]
3232

3333
steps:
3434
- name: Set up Go 1.x

helper_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ func TestMatchURLFallback(t *testing.T) {
7979
}{
8080
{
8181
name: "Match Path",
82-
text: "foo bar https://example.org/せかい zoo",
83-
expected: "https://webcache.googleusercontent.com/search?q=cache:https://example.org/%E3%81%9B%E3%81%8B%E3%81%84",
82+
text: "foo bar https://go.dev/せかい zoo",
83+
expected: "https://webcache.googleusercontent.com/search?q=cache:https://go.dev/%E3%81%9B%E3%81%8B%E3%81%84",
8484
},
8585
{
8686
name: "Match and Use Google Cache",

0 commit comments

Comments
 (0)