Skip to content

Commit 312b10d

Browse files
committed
test: remove exclusion in go test
1 parent 254c215 commit 312b10d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- latest
2525
# Exclude (oldstable, latest) and (go.mod, latest)
2626
# root cause: latest version of boulder requires Go 1.25.0
27-
exclude:
28-
- go: { go-version: oldstable }
29-
deps: latest
27+
# exclude:
28+
# - go: { go-version: oldstable }
29+
# deps: latest
3030
# - go: { go-version-file: go.mod }
3131
# deps: latest
3232
steps:

0 commit comments

Comments
 (0)