File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919 # Load Golang cache build from GitHub
2020 - name : build go binary
2121 run : |
22- go build -o csctl main.go
22+ go build -o csctl main.go
Original file line number Diff line number Diff line change 2727 version : latest
2828 args : release --clean
2929 env :
30- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5454 with :
5555 configurationFile : ${{ env.RENOVATE_CONFIG_FILE }}
5656 token : " x-access-token:${{ steps.generate-token.outputs.token }}"
57- mount-docker-socket : " true"
57+ mount-docker-socket : " true"
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ builds:
1111 env :
1212 - CGO_ENABLED=0
1313 ldflags :
14- - -s -w
14+ - -s -w
1515 - -X 'github.com/SovereignCloudStack/csctl/pkg/cmd.Version={{.Version}}'
16- - -X 'github.com/SovereignCloudStack/csctl/pkg/cmd.Commit={{.Commit}}'
16+ - -X 'github.com/SovereignCloudStack/csctl/pkg/cmd.Commit={{.Commit}}'
Original file line number Diff line number Diff line change 1010 spaces : 2
1111 indent-sequences : consistent
1212 line-length : disable
13- new-line-at-end-of-file : disable
13+ new-line-at-end-of-file : enable
1414 truthy : disable
1515 document-start : false
1616 comments :
@@ -25,4 +25,4 @@ ignore:
2525 - ' tests/cluster-stacks/**'
2626 - ' .cache'
2727 - _artifacts
28- - dist
28+ - dist
You can’t perform that action at this time.
0 commit comments