Skip to content

Commit

Permalink
ci: enable caching in Golang CI workflow to improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbinoGeek committed Jun 22, 2024
1 parent ba266ca commit aca1d5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/golang-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Set up Go environment
uses: actions/setup-go@v5
with:
cache: true
go-version: "1.22.x"

- name: Install dependencies
Expand All @@ -43,6 +44,7 @@ jobs:
- name: Set up Go environment
uses: actions/setup-go@v5
with:
cache: true
go-version: ${{ matrix.go-version }}

- name: Install dependencies
Expand Down

0 comments on commit aca1d5f

Please sign in to comment.