chore(ci): re-enable Go module caching and add coverage badge to README
All checks were successful
Push Validation / validate (push) Successful in 1m52s

This commit is contained in:
Micheal Wilkinson
2026-03-20 13:55:09 +00:00
parent 7e32cd83c5
commit 8fc831dfdf
4 changed files with 7 additions and 3 deletions

View File

@@ -31,7 +31,8 @@ jobs:
with:
go-version: '1.26.1'
check-latest: true
cache: false
cache: true
cache-dependency-path: go.sum
- name: Install AWS CLI v2
uses: ankurk91/install-aws-cli-action@v1

View File

@@ -31,7 +31,8 @@ jobs:
with:
go-version: '1.26.1'
check-latest: true
cache: false
cache: true
cache-dependency-path: go.sum
- name: Install AWS CLI v2
uses: ankurk91/install-aws-cli-action@v1

View File

@@ -36,7 +36,8 @@ jobs:
with:
go-version: '1.26.1'
check-latest: true
cache: false
cache: true
cache-dependency-path: go.sum
- name: Build binary
run: |