Skip to content

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

fix(deps): update all non-major dependencies

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

Workflow file for this run

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