Skip to content

build(deps): bump the go group across 1 directory with 3 updates #25

build(deps): bump the go group across 1 directory with 3 updates

build(deps): bump the go group across 1 directory with 3 updates #25

Workflow file for this run

name: Go Tests
on: [push]
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: go build -v .
- name: Test
run: |
go mod tidy
go test -race .