From 55113e7d02ef72639709858a9cc4eb3c19552d4e Mon Sep 17 00:00:00 2001 From: Dmytro Bondar Date: Mon, 29 Apr 2024 11:28:40 +0200 Subject: [PATCH] Add setup-go action with caching --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 837e08829..6394dfa73 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,4 +27,8 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false + - uses: actions/setup-go@v5 + with: + go-version-file: scripts/go.mod + cache-dependency-path: scripts/go.sum - run: ${{ matrix.run }}