Skip to content

Commit 873e0f9

Browse files
committed
fix: remove golang configuration from Updatecli gha
Signed-off-by: Olivier Vernin <olivier@vernin.me>
1 parent 43602d2 commit 873e0f9

3 files changed

Lines changed: 1 addition & 19 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
schedule:
66
# Run at 12:00 every Saterday every 14 days
7-
- cron: '0 12 */14 * 6'
7+
- cron: "0 12 */14 * 6"
88

99
jobs:
1010
prepare:
@@ -18,12 +18,6 @@ jobs:
1818
with:
1919
version: "v0.113.0-rc.1"
2020

21-
- name: "Set up Go"
22-
uses: "actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0
23-
with:
24-
go-version-file: "go.mod"
25-
id: go
26-
2721
- name: "Run updatecli"
2822
run: updatecli compose apply --clean-git-branches=true --experimental
2923
env:

.github/workflows/updatecli_test.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
with:
1919
version: "v0.113.0-rc.1"
2020

21-
- name: "Set up Go"
22-
uses: "actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0
23-
with:
24-
go-version-file: "go.mod"
25-
id: go
26-
2721
- name: "Test updatecli in dry-run mode"
2822
run: "updatecli compose diff"
2923
env:

.github/workflows/updatecli_update.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ jobs:
1717
with:
1818
version: "v0.113.0-rc.1"
1919

20-
- name: "Set up Go"
21-
uses: "actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0
22-
with:
23-
go-version-file: "go.mod"
24-
id: go
25-
2620
- name: "Run updatecli only on existing pipelines"
2721
run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
2822
env:

0 commit comments

Comments
 (0)