disable cache on golang setup
This commit is contained in:
parent
3fa7707bc1
commit
8aa186897f
|
@ -15,7 +15,6 @@ jobs:
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.20.1'
|
go-version: '>=1.20.1'
|
||||||
cache: true
|
|
||||||
- uses: https://github.com/goreleaser/goreleaser-action@v4
|
- uses: https://github.com/goreleaser/goreleaser-action@v4
|
||||||
with:
|
with:
|
||||||
distribution: goreleaser-pro
|
distribution: goreleaser-pro
|
||||||
|
|
Loading…
Reference in New Issue