File tree 1 file changed +0
-8
lines changed
maintner/maintnerd/maintapi
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -210,14 +210,6 @@ func tryWorkItem(
210
210
w .GoBranch = append (w .GoBranch , r .BranchName )
211
211
w .GoVersion = append (w .GoVersion , & apipb.MajorMinor {Major : r .Major , Minor : r .Minor })
212
212
}
213
-
214
- // Test x/website with Go 1.16.15 in addition to the supportedReleases above.
215
- // TODO(go.dev/issue/51800): Remove this once x/website deployment is updated.
216
- if w .Project == "website" {
217
- w .GoCommit = append (w .GoCommit , "7de0c90a1771146bcba5663fb257c52acffe6161" ) // go1.16.15 tag.
218
- w .GoBranch = append (w .GoBranch , "release-branch.go1.16" )
219
- w .GoVersion = append (w .GoVersion , & apipb.MajorMinor {Major : 1 , Minor : 16 })
220
- }
221
213
} else {
222
214
// A branch that is neither internal-branch.goX.Y-suffix nor "master":
223
215
// maybe some custom branch like "dev.go2go".
You can’t perform that action at this time.
0 commit comments