Skip to content

do not cache at all #18

do not cache at all

do not cache at all #18

Workflow file for this run

name: Main
on:
push:
branches:
- main
permissions:
contents: read
jobs:
go-bench:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.5.2
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: './go.mod'
cache-dependency-path: './go.sum'
check-latest: true