Skip to content

Commit 80320b7

Browse files
authored
Merge pull request #3974 from kolyshkin/ci-cache
ci/gha: re-enable go caching
2 parents c62bbb2 + 46d6089 commit 80320b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
- name: install go ${{ matrix.go-version }}
6868
uses: actions/setup-go@v4
6969
with:
70-
cache: false # https://github.com/actions/setup-go/issues/368
7170
go-version: ${{ matrix.go-version }}
7271

7372
- name: build

0 commit comments

Comments
 (0)