Skip to content

Bump golang.org/x/time from 0.8.0 to 0.9.0 #11

Bump golang.org/x/time from 0.8.0 to 0.9.0

Bump golang.org/x/time from 0.8.0 to 0.9.0 #11

Workflow file for this run

name: CI tests
on:
workflow_call:
workflow_dispatch:
pull_request_target:
branches:
- master
- main
jobs:
lint:
uses: ./.github/workflows/linters.yml
build:
uses: ./.github/workflows/builders.yml
check-docs:
uses: ./.github/workflows/check-docs-links.yml
tests:
needs: build
uses: ./.github/workflows/test-k8s.yml
secrets: inherit