upgrade actions/setup-go to v4 and remove actions/cache for go cache

This commit is contained in:
kyu08
2023-08-21 18:10:52 +09:00
parent 0c0fe8997b
commit 51ecf4089b
2 changed files with 6 additions and 51 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Unshallow repo
run: git fetch --prune --unshallow
- name: Setup Go
uses: actions/setup-go@v1
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Run goreleaser