Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

chore(deps): bump the dependencies group with 3 updates #124

chore(deps): bump the dependencies group with 3 updates

chore(deps): bump the dependencies group with 3 updates #124

Workflow file for this run

name: Go Tests
on:
push:
paths:
- '**.go'
- go.mod
- go.sum
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
- name: Build
run: go build -v ./...