Skip to content

Commit

Permalink
Merge pull request labstack#1683 from asahasrabuddhe/patch-2
Browse files Browse the repository at this point in the history
Add support for Go 1.15 to CI
  • Loading branch information
lammel authored Nov 20, 2020
2 parents 3912d62 + fdbcc2f commit ad3be08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/echo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: [1.12, 1.13, 1.14]
go: [1.12, 1.13, 1.14, 1.15]
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit ad3be08

Please sign in to comment.