8000 Un-substitute a string whoops · urfave/cli@7ebe2d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ebe2d5

Browse files
committed
Un-substitute a string whoops
1 parent 3c4a23a commit 7ebe2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
18-
go: [1.20.x, 1.20.x]
18+
go: [1.19.x, 1.20.x]
1919
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
2020
runs-on: ${{ matrix.os }}
2121
steps:

0 commit comments

Comments
 (0)
0