Skip to content

chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 #740

chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0

chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 #740

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
unittest:
name: Unit Test
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit tests
run: go test ./...