Skip to content

Support expires_in as a number or string (#119) #274

Support expires_in as a number or string (#119)

Support expires_in as a number or string (#119) #274

Workflow file for this run

name: build
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
- name: Build
run: go build ./...
- name: Test
run: go test ./...