Skip to content

Commit

Permalink
ci: disable golang cache to avoid warning in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Nov 21, 2024
1 parent e2afd78 commit 6523694
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '>=1.17.0'
go-version: stable
cache: false
- name: Install dependencies
run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest
- name: Set version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
#
- uses: actions/setup-go@v5
with:
go-version: '>=1.17.0'
go-version: stable
cache: false
- name: Install dependencies
run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest
Expand Down

0 comments on commit 6523694

Please sign in to comment.