Skip to content

add go cache to v3 branch to make it available to child branch (#1309) #1

add go cache to v3 branch to make it available to child branch (#1309)

add go cache to v3 branch to make it available to child branch (#1309) #1

Workflow file for this run

name: Cache on default branch
on: push
jobs:
go_cache:
name: Install And Cache Go Dependencies and Build Artifacts
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Build
run: go build ./...