Skip to content

Commit

Permalink
ci: Enabling cache for go action
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Feb 19, 2023
1 parent e531bd7 commit a57caf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: "^1.20"
cache: true

- name: Build
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: "^1.20"
cache: true
- name: Build
run: make build
- name: CodeQL
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: "^1.20"
cache: true
- name: Build
run: make init
- name: GPG
Expand Down

0 comments on commit a57caf0

Please sign in to comment.