File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed
Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 6868 TF_VAR_k8s_version : ${{ matrix.k8s-version }}
6969 working-directory : .github/terraform/aks
7070
71- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
71+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
7272 with :
7373 go-version : " ${{ env.golang-version }}"
7474 cache : true
@@ -150,7 +150,7 @@ jobs:
150150 TF_VAR_kubernetes_version : ${{ matrix.k8s-version }}
151151 working-directory : .github/terraform/aws
152152
153- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
153+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
154154 with :
155155 go-version : " ${{ env.golang-version }}"
156156 cache : true
@@ -230,7 +230,7 @@ jobs:
230230 TF_VAR_k8s_version : ${{ matrix.k8s-version }}
231231 working-directory : .github/terraform/gke
232232
233- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
233+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
234234 with :
235235 go-version : " ${{ env.golang-version }}"
236236 cache : true
Original file line number Diff line number Diff line change 2727 fetch-depth : 0 # fetch is needed for "git tag --list" in the Makefile
2828 - name : Import environment variables from file
2929 run : cat ".github/env" >> $GITHUB_ENV
30- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
30+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
3131 with :
3232 go-version : " ${{ env.golang-version }}"
3333 - name : Build operator container image
6666 run : cat ".github/env" >> $GITHUB_ENV
6767
6868 - name : Install Go
69- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
69+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
7070 with :
7171 go-version : " ${{ env.golang-version }}"
7272
Original file line number Diff line number Diff line change 3535 fetch-depth : 0 # fetch is needed for "git tag --list" in the Makefile
3636 - name : Import environment variables from file
3737 run : cat ".github/env" >> $GITHUB_ENV
38- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
38+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
3939 with :
4040 go-version : " ${{ env.golang-version }}"
4141 - name : Build operator container image
8383 version : ${{ matrix.k8s-version }}
8484 k3d-args : --k3s-arg=--disable=traefik@server:*
8585
86- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
86+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
8787 with :
8888 go-version : " ${{ env.golang-version }}"
8989
@@ -145,7 +145,7 @@ jobs:
145145 version : v1.32.0
146146 k3d-args : --k3s-arg=--disable=traefik@server:*
147147
148- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
148+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
149149 with :
150150 go-version : " ${{ env.golang-version }}"
151151
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
1818 - name : Set up Go
19- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
19+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2020 with :
2121 go-version : ' 1.24'
2222
Original file line number Diff line number Diff line change 2020 - name : Import environment variables from file
2121 run : cat ".github/env" >> $GITHUB_ENV
2222 - name : Install Go
23- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
23+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2424 with :
2525 go-version : " >=${{ env.golang-version }}"
2626 - name : golangci-lint
Original file line number Diff line number Diff line change 5353 - name : Import environment variables from file
5454 run : cat ".github/env" >> $GITHUB_ENV
5555
56- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
56+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
5757 with :
5858 go-version : " ${{ env.golang-version }}"
5959 cache : true
Original file line number Diff line number Diff line change 2222 - name : Import environment variables from file
2323 run : cat ".github/env" >> $GITHUB_ENV
2424 - name : Install Go
25- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
25+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2626 with :
2727 go-version : " ${{ env.golang-version }}"
2828 - name : Generate manifests
Original file line number Diff line number Diff line change 2727 run : cat ".github/env" >> $GITHUB_ENV
2828
2929 - name : Setup Go
30- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
30+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
3131 with :
3232 go-version : " ${{ env.golang-version }}"
3333
Original file line number Diff line number Diff line change 2828 - name : Import environment variables from file
2929 run : cat ".github/env" >> $GITHUB_ENV
3030 - name : Install Go
31- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
31+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
3232 with :
3333 go-version : " ${{ env.golang-version }}"
3434 cache : false
Original file line number Diff line number Diff line change 1818 persist-credentials : false
1919 - name : Import environment variables from file
2020 run : cat ".github/env" >> $GITHUB_ENV
21- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
21+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2222 with :
2323 go-version : " ${{ env.golang-version }}"
2424 cache : true
You can’t perform that action at this time.
0 commit comments