Skip to content

Commit

Permalink
Merge pull request #758 from go-kivik/zaprc
Browse files Browse the repository at this point in the history
golang:rc images are no longer produced, so stop testing them
  • Loading branch information
flimzy authored Sep 24, 2023
2 parents 964820c + f2a7689 commit 552d053
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ go-1.21:
<<: *go_test_template
image: golang:1.21

go-rc:
<<: *go_test_template
image: golang:rc
allow_failure: true

.gopherjs_test: &gopherjs_test_template
<<: *go_test_template
image: golang:1.18
Expand Down
2 changes: 1 addition & 1 deletion cmd/kivik/cmd/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ var standardReplacements = []testy.Replacement{
Replacement: `Host: XXX`,
},
{
Regexp: regexp.MustCompile(`go\d\.\d+(\.|rc)\d+`),
Regexp: regexp.MustCompile(`go\d\.\d+\.[\da-z-]+`),
Replacement: `goX.XX.X`,
},
}
Expand Down

0 comments on commit 552d053

Please sign in to comment.