Skip to content

Commit

Permalink
Merge branch 'main' into sbtaylor15-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbtaylor15 authored Oct 9, 2023
2 parents d098014 + 709445e commit f0b6576
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/valdate-apply-peribolos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
timeout-minutes: 20
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: '1.20'

- name: Checkout ortelius/.github repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -42,13 +42,15 @@ jobs:
if: ${{ github.repository_owner == 'ortelius' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
run: |
cd ghproxy
go mod tidy
go build -o ghproxy .
cp ghproxy /tmp
- name: Build peribolos
if: ${{ github.repository_owner == 'ortelius' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
run: |
cd prow/cmd/peribolos
go mod tidy
go build -o peribolos .
cp peribolos /tmp
Expand Down
2 changes: 0 additions & 2 deletions peribolos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ orgs:
- ankurkumarz
- ayesha-kr
- BBimie
- bingomanatee
- chicks-net
- devops-novice
- devsargam
Expand Down Expand Up @@ -350,7 +349,6 @@ orgs:
- ankurkumarz
- ayesha-kr
- BBimie
- bingomanatee
- chicks-net
- devops-novice
- devsargam
Expand Down

0 comments on commit f0b6576

Please sign in to comment.