Skip to content

Commit 107d8ea

Browse files
authored
Merge pull request #126 from cschleiden/add-cache-to-ci
Add cache to ci
2 parents bcdf2a2 + 611cdd3 commit 107d8ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
- uses: actions/checkout@v2
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@v2
20+
uses: actions/setup-go@v3
2121
with:
2222
go-version: 1.18
23+
check-latest: true
24+
cache: true
2325

2426
- name: Build
2527
run: go build -v ./...
@@ -46,4 +48,4 @@ jobs:
4648
with:
4749
paths: |
4850
${{ github.workspace }}/report.xml
49-
if: always()
51+
if: always()

0 commit comments

Comments
 (0)