Skip to content

fix(deps): update all non-major dependencies #59

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #59

Workflow file for this run

name: Default
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version-file: "go.mod"
- name: Test
run: go test ./...