Skip to content

Commit ef68bdf

Browse files
committed
.github/workflows: don't run latest deps against a locked Go version
They might require a newer Go version, but setup-go doesn't run again after updating the go.mod file.
1 parent 71cd71f commit ef68bdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
deps:
2020
- locked
2121
- latest
22+
exclude:
23+
- go: { go-version-file: go.mod }
24+
deps: latest
2225
steps:
2326
- uses: actions/checkout@v5
2427
with:

0 commit comments

Comments
 (0)