workflow: use actions/setup-go@v4 (caching enabled by default)

This commit is contained in:
neilotoole 2023-04-09 08:48:46 -06:00
parent fdda53f298
commit 4a6aeceb0d

View File

@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}