File tree Expand file tree Collapse file tree
images/samples/go-function-samples Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - name : build images
77 command : |
88 chmod +x images/build.sh images/samples/build.sh
9- PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform PYTHON_VERSION=3.10 KIND_PUSH=true images/build.sh
9+ PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform PYTHON_VERSION=3.12 KIND_PUSH=true images/build.sh
1010 PULSAR_IMAGE_TAG=3.2.2.1 KIND_PUSH=true images/samples/build.sh
1111
1212 - name : install helm
Original file line number Diff line number Diff line change 66 - name : build images
77 command : |
88 chmod +x images/build.sh images/samples/build.sh
9- PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform PYTHON_VERSION=3.9 KIND_PUSH=true images/build.sh
9+ PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform PYTHON_VERSION=3.12 KIND_PUSH=true images/build.sh
1010 PULSAR_IMAGE_TAG=3.2.2.1 KIND_PUSH=true images/samples/build.sh
1111
1212 - name : install helm
Original file line number Diff line number Diff line change 66 - name : build images
77 command : |
88 chmod +x images/build.sh images/samples/build.sh
9- PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform KIND_PUSH=true images/build.sh
9+ PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform PYTHON_VERSION=3.12 KIND_PUSH=true images/build.sh
1010 PULSAR_IMAGE_TAG=3.2.2.1 KIND_PUSH=true images/samples/build.sh
1111
1212 - name : install helm
Original file line number Diff line number Diff line change 66 - name : build images
77 command : |
88 chmod +x images/build.sh images/samples/build.sh
9- PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform PYTHON_VERSION=3.11 KIND_PUSH=true images/build.sh
9+ PULSAR_IMAGE_TAG=3.2.2.1 PULSAR_IMAGE=streamnative/sn-platform PYTHON_VERSION=3.12 KIND_PUSH=true images/build.sh
1010 PULSAR_IMAGE_TAG=3.2.2.1 KIND_PUSH=true images/samples/build.sh
1111
1212 - name : install helm
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ jobs:
4949 username : ${{ secrets.DOCKER_USER }}
5050 password : ${{ secrets.DOCKER_PASSWORD }}
5151
52- - name : Set up GO 1.25.9
52+ - name : Set up GO 1.25.10
5353 uses : actions/setup-go@v5
5454 with :
55- go-version : 1.25.9
55+ go-version : 1.25.10
5656 id : go
5757
5858 - name : InstallKubebuilder
@@ -180,10 +180,10 @@ jobs:
180180 username : ${{ secrets.DOCKER_USER }}
181181 password : ${{ secrets.DOCKER_PASSWORD }}
182182
183- - name : Set up GO 1.25.9
183+ - name : Set up GO 1.25.10
184184 uses : actions/setup-go@v5
185185 with :
186- go-version : 1.25.9
186+ go-version : 1.25.10
187187 id : go
188188
189189 - name : InstallKubebuilder
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
3434 - name : checkout
3535 uses : actions/checkout@v2
3636
37- - name : Set up GO 1.25.9
37+ - name : Set up GO 1.25.10
3838 uses : actions/setup-go@v5
3939 with :
40- go-version : 1.25.9
40+ go-version : 1.25.10
4141 id : go
4242
4343 - name : InstallKubebuilder
Original file line number Diff line number Diff line change 1818 strategy :
1919 fail-fast : false
2020 matrix :
21- go-version : [1.25.9 ]
21+ go-version : [1.25.10 ]
2222 steps :
2323 - name : Free Disk Space (Ubuntu)
2424 uses : jlumbroso/free-disk-space@v1.3.0
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
4040 - name : Set up Docker Buildx
4141 uses : docker/setup-buildx-action@v3
4242
43- - name : Set up GO 1.25.9
43+ - name : Set up GO 1.25.10
4444 uses : actions/setup-go@v5
4545 with :
46- go-version : 1.25.9
46+ go-version : 1.25.10
4747 id : go
4848
4949 - name : InstallKubebuilder
Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ jobs:
8383 run : hack/kind-cluster-build.sh --name chart-testing -c 1 -v 10 --k8sVersion v1.23.17
8484 if : steps.list-changed.outputs.changed == 'true'
8585
86- - name : Set up GO 1.25.9
86+ - name : Set up GO 1.25.10
8787 if : steps.list-changed.outputs.changed == 'true'
8888 uses : actions/setup-go@v5
8989 with :
90- go-version : 1.25.9
90+ go-version : 1.25.10
9191 id : go
9292
9393 - name : setup kubebuilder 3.6.0
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ jobs:
5757 repository : ${{github.event.pull_request.head.repo.full_name}}
5858 ref : ${{ github.event.pull_request.head.sha }}
5959
60- - name : Set up GO 1.25.9
60+ - name : Set up GO 1.25.10
6161 uses : actions/setup-go@v5
6262 with :
63- go-version : 1.25.9
63+ go-version : 1.25.10
6464 id : go
6565
6666 - name : InstallKubebuilder
You can’t perform that action at this time.
0 commit comments