Skip to content

gomod(deps): bump golang.org/x/time from 0.9.0 to 0.10.0 (#1279) #102

gomod(deps): bump golang.org/x/time from 0.9.0 to 0.10.0 (#1279)

gomod(deps): bump golang.org/x/time from 0.9.0 to 0.10.0 (#1279) #102

Workflow file for this run

name: Main cache
on:
push:
branches:
- main
paths:
- 'go.mod'
jobs:
build-cache:
name: Build cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: build
run: make build