Skip to content

Commit e51631c

Browse files
jkandasatekton-robot
authored andcommitted
bump gh actions go version
Signed-off-by: Jeeva Kandasamy <jkandasa@redhat.com>
1 parent 9373c2c commit e51631c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-payload-on-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.18.x
17+
go-version: 1.19.x
1818
- uses: actions/checkout@v4
1919
- name: run operator-tool bump
2020
run: |

.github/workflows/bump-payload-on-releases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/setup-go@v5
2929
with:
30-
go-version: 1.18.x
30+
go-version: 1.19.x
3131
- uses: actions/checkout@v4
3232
with:
3333
ref: ${{ matrix.branch }}

0 commit comments

Comments
 (0)