Skip to content

Bump golang.org/x/text from 0.15.0 to 0.16.0 #124

Bump golang.org/x/text from 0.15.0 to 0.16.0

Bump golang.org/x/text from 0.15.0 to 0.16.0 #124

Workflow file for this run

name: Build and test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: "recursive"
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.17.2"
- name: Build and test
run: make all check tidy check-dirty