Skip to content

chore(deps): bump github.com/go-enry/go-enry/v2 from 2.8.4 to 2.8.5 #4636

chore(deps): bump github.com/go-enry/go-enry/v2 from 2.8.4 to 2.8.5

chore(deps): bump github.com/go-enry/go-enry/v2 from 2.8.4 to 2.8.5 #4636

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Run package tests
run: go test -v ./internal/...