Skip to content

build(deps): bump golang.org/x/text from 0.37.0 to 0.38.0 #57

build(deps): bump golang.org/x/text from 0.37.0 to 0.38.0

build(deps): bump golang.org/x/text from 0.37.0 to 0.38.0 #57

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: make test-all
- run: make smoke