Update go action to enable caching of dependencies

This commit is contained in:
David Dworken 2024-02-10 21:59:27 -08:00 committed by GitHub
parent b4e517a594
commit b95f049c27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Linux Setup