Skip to content

Commit

Permalink
update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-mint committed Dec 22, 2020
1 parent f308aa7 commit 3c1e0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
go-version: [1.15, 1.14, 1.13]
os-version: ["ubuntu-latest", ubuntu-20.04, ubuntu-16.04, macos-latest, macos-11.0, macos-10.15]
os-version: ["ubuntu-latest", "ubuntu-20.04", "ubuntu-18.04", "ubuntu-16.04", "macos-latest"]
runs-on: ${{ matrix.os-version }}
steps:

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# webauthn-demo-server
![Go](https://github.com/lemon-mint/webauthn-demo-server/workflows/Go/badge.svg)

Simple Demo Page Backend server

Expand Down

0 comments on commit 3c1e0f7

Please sign in to comment.