Skip to content

Commit ad3be08

Browse files
authored
Merge pull request #1683 from asahasrabuddhe/patch-2
Add support for Go 1.15 to CI
2 parents 3912d62 + fdbcc2f commit ad3be08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/echo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest, macos-latest, windows-latest]
26-
go: [1.12, 1.13, 1.14]
26+
go: [1.12, 1.13, 1.14, 1.15]
2727
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
2828
runs-on: ${{ matrix.os }}
2929
steps:

0 commit comments

Comments
 (0)