Skip to content

Update module golang.org/x/time to v0.7.0 #342

Update module golang.org/x/time to v0.7.0

Update module golang.org/x/time to v0.7.0 #342

Workflow file for this run

name: verify
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make verify