Skip to content

Commit 18d0a57

Browse files
Add caching of go installs
1 parent 2b4312a commit 18d0a57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/setup-go@v3
1919
with:
2020
go-version: ${{ matrix.go }}
21+
check-latest: true
22+
cache: true
2123

2224
- run: go version
2325

0 commit comments

Comments
 (0)