Skip to content

Commit 5e5500d

Browse files
authored
Remove Go setup from updatecli_test.yaml
Removed Go setup step from updatecli test workflow.
1 parent 81780c7 commit 5e5500d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.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:

0 commit comments

Comments
 (0)