File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
# Load Golang cache build from GitHub
20
20
- name : build go binary
21
21
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 27
27
version : latest
28
28
args : release --clean
29
29
env :
30
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 54
54
with :
55
55
configurationFile : ${{ env.RENOVATE_CONFIG_FILE }}
56
56
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:
11
11
env :
12
12
- CGO_ENABLED=0
13
13
ldflags :
14
- - -s -w
14
+ - -s -w
15
15
- -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 10
10
spaces : 2
11
11
indent-sequences : consistent
12
12
line-length : disable
13
- new-line-at-end-of-file : disable
13
+ new-line-at-end-of-file : enable
14
14
truthy : disable
15
15
document-start : false
16
16
comments :
@@ -25,4 +25,4 @@ ignore:
25
25
- ' tests/cluster-stacks/**'
26
26
- ' .cache'
27
27
- _artifacts
28
- - dist
28
+ - dist
You can’t perform that action at this time.
0 commit comments