Skip to content

Commit

Permalink
chore(ci): enable caches
Browse files Browse the repository at this point in the history
  • Loading branch information
tgragnato committed May 17, 2024
1 parent eb3ef71 commit 6a6281e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: false

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 6a6281e

Please sign in to comment.