Skip to content

Bump golang.org/x/text from 0.3.2 to 0.3.8 #32

Bump golang.org/x/text from 0.3.2 to 0.3.8

Bump golang.org/x/text from 0.3.2 to 0.3.8 #32

Workflow file for this run

name: verify
on:
pull_request:
branches: [ '*' ]
push:
branches: [ main ]
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
- name: Run tests
run: make test
shell: bash