Skip to content

Update module github.com/go-webauthn/webauthn to v0.10.2 #66

Update module github.com/go-webauthn/webauthn to v0.10.2

Update module github.com/go-webauthn/webauthn to v0.10.2 #66

Workflow file for this run

name: CI
on: push
env:
GO_VERSION: 1.18
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: Build
run: go build -v ./...
- name: Run Tests
run: go test -v ./...