Skip to content

Commit 76aa42b

Browse files
committed
Cache go modules
1 parent 879d271 commit 76aa42b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
4242
with:
4343
go-version-file: .go-version
44+
cache-dependency-path: |
45+
go.sum
4446
- name: go fmt
4547
run: |
4648
make check-fmt

0 commit comments

Comments
 (0)