Skip to content

Bump golang.org/x/text from 0.20.0 to 0.21.0 #25

Bump golang.org/x/text from 0.20.0 to 0.21.0

Bump golang.org/x/text from 0.20.0 to 0.21.0 #25

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
concurrency:
group: pr-${{ github.event.number }}
cancel-in-progress: true
jobs:
test:
name: Tests
runs-on: ubuntu-22.04
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 'stable'
- name: Checkout
uses: actions/checkout@v3
- name: Run
run: go test -count=1 ./...