Skip to content

Commit 245907f

Browse files
parse legacy file should return highest patch version from go.mod match
1 parent d9c24ec commit 245907f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Test parsing 'go.mod'
3131
run: |
32-
bin/parse-legacy-file test-fixtures/go.mod | grep "^1.19.3"
32+
bin/parse-legacy-file test-fixtures/go.mod | grep "^1.18.6"
3333
- name: Test parsing '.go-version'
3434
run: |
3535
bin/parse-legacy-file test-fixtures/.go-version | grep "^1.17.13"

0 commit comments

Comments
 (0)