Skip to content

Commit a426973

Browse files
committed
Add the missing files
Signed-off-by: asararatnakar <[email protected]>
1 parent 2967195 commit a426973

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
KUBECONFIG_PATH: /tmp/kubeconfig.yaml
2828
OPERATOR_NAMESPACE: inttest
2929
DOCKERCONFIGJSON: ${{ secrets.DOCKERCONFIGJSON }}
30-
GO_VER: "1.20"
30+
GO_VER: "1.21"
3131

3232
jobs:
3333
suite:

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
tags: [v1.*]
88

99
env:
10-
GO_VER: "1.20"
10+
GO_VER: "1.21"
1111
GO_TAGS: ""
1212
REGISTRY: ghcr.io
1313
IMAGE_NAME: ${{ github.repository }}

.github/workflows/unit-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
branches: [main]
2626

2727
env:
28-
GO_VER: "1.20"
28+
GO_VER: "1.21"
2929

3030
jobs:
3131
make-checks:

0 commit comments

Comments
 (0)