There was an error while loading. Please reload this page.
1 parent a8b5de4 commit c08f303Copy full SHA for c08f303
.github/workflows/echo.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: [ubuntu-latest, macos-latest, windows-latest]
20
- go: [1.11, 1.12, 1.13]
+ go: [1.12, 1.13, 1.14]
21
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
22
runs-on: ${{ matrix.os }}
23
steps:
0 commit comments