Skip to content

Bump golang.org/x/time from 0.3.0 to 0.9.0 #828

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

Bump golang.org/x/time from 0.3.0 to 0.9.0 #828

Workflow file for this run

name: static-check
on:
pull_request:
push:
tags:
- 'v*'
branches:
- main
jobs:
staticcheck:
name: staticcheck (project)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: WillAbides/[email protected]
with:
go-version: "1.21.x"
- uses: dominikh/[email protected]
with:
version: "2023.1.6"
install-go: false
cache-key: "1.21.x"
env:
GO_VERSION: 1.21.3