Skip to content

Update reference for bottlerocket settings (#7375) #740

Update reference for bottlerocket settings (#7375)

Update reference for bottlerocket settings (#7375) #740

name: Cache Dependencies
on:
push:
branches:
- main
jobs:
cache-dependencies:
name: Cache dependencies
runs-on: ubuntu-latest
steps:
- name: Cache Go modules
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 #v3.3.2
with:
path: |
~/.cache/go-build/
~/go/pkg/mod/
key: go-${{ hashFiles('go.sum') }}
restore-keys: |
go-