Skip to content

chore(deps): bump golang.org/x/mod from 0.15.0 to 0.16.0 #734

chore(deps): bump golang.org/x/mod from 0.15.0 to 0.16.0

chore(deps): bump golang.org/x/mod from 0.15.0 to 0.16.0 #734

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 ./...