Skip to content

chore(deps): bump golang.org/x/text from 0.16.0 to 0.18.0 in the all group across 1 directory #17

chore(deps): bump golang.org/x/text from 0.16.0 to 0.18.0 in the all group across 1 directory

chore(deps): bump golang.org/x/text from 0.16.0 to 0.18.0 in the all group across 1 directory #17

Workflow file for this run

name: Test & Check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.19"
- name: Test
run: go test -v ./...