Skip to content

Bump golang.org/x/time from 0.6.0 to 0.7.0 #30

Bump golang.org/x/time from 0.6.0 to 0.7.0

Bump golang.org/x/time from 0.6.0 to 0.7.0 #30

Workflow file for this run

name: Run Unit Tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Run Unit Tests
run: make test-unit