Skip to content

updating projected release date #1008

updating projected release date

updating projected release date #1008

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
env:
GO_VERSION: 1.26.0
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version: "1.26.x"
- uses: dominikh/staticcheck-action@v1.3.1
with:
version: "2025.1.1"
install-go: false
cache-key: "1.26.x"
env:
GO_VERSION: 1.26.0