Skip to content

fix: make timer operations work with golang 1.23 #2869

fix: make timer operations work with golang 1.23

fix: make timer operations work with golang 1.23 #2869

Workflow file for this run

name: Go Checks
on:
pull_request:
push:
branches: ["main","release"]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
go-check:
uses: ipdxco/unified-github-workflows/.github/workflows/go-check.yml@v1.0