Skip to content

Bump golang.org/x/text from 0.19.0 to 0.20.0 #148

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

Bump golang.org/x/text from 0.19.0 to 0.20.0 #148

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.21.11"
- name: Build and test
run: make all check tidy check-dirty