Disable cache.
This commit is contained in:
parent
df385055f4
commit
d64a97d6a9
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ jobs:
|
|||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '>=1.22'
|
||||
cache: false
|
||||
- name: release-build-linux-amd64
|
||||
run: GOOS=linux GOARCH=amd64 go build -ldflags="-s -w -X 'main.Version=${{ github.ref_name }}'" -o bin/opendtu-logger-${{ github.ref_name }}-linux-amd64
|
||||
- name: release-build-linux-arm64
|
||||
|
|
Loading…
Reference in a new issue