Skip to content

Commit

Permalink
bump gh actions go version
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeva Kandasamy <[email protected]>
  • Loading branch information
jkandasa authored and tekton-robot committed Feb 7, 2024
1 parent 9373c2c commit e51631c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-payload-on-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.18.x
go-version: 1.19.x
- uses: actions/checkout@v4
- name: run operator-tool bump
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-payload-on-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.18.x
go-version: 1.19.x
- uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}
Expand Down

0 comments on commit e51631c

Please sign in to comment.