Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Remove Argo CD integration, and update Argo CD dependencies #502

Merged
Prev Previous commit
Next Next commit
Signed-off-by: William Tam <wtam@redhat.com>
update go-version to 1.17.6 in `publish` job
  • Loading branch information
wtam2018 committed Feb 25, 2022
commit 92a832d2b7824bca43035f7dd6bb293233cbad4d
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.16.2'
go-version: '1.17.6'
- uses: actions/checkout@master
with:
path: src/applicationset
Expand Down