File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 77 - .goreleaser.yaml
88 push :
99 tags :
10- - ' v* '
10+ - " v* "
1111
1212permissions :
1313 contents : read
2727
2828 - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
2929 with :
30- go-version : v1.24.3
30+ go-version : v1.24.8
3131 cache : true
3232
3333 - name : Delete non-semver tags
4141 uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
4242 with :
4343 distribution : goreleaser
44- version : ' ~> v2'
44+ version : " ~> v2"
4545 args : release --timeout 60m
4646 env :
4747 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5151 uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
5252 with :
5353 distribution : goreleaser
54- version : ' ~> v2'
54+ version : " ~> v2"
5555 args : release --timeout 60m --snapshot
5656 env :
5757 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ presubmits:
2121 preset-goproxy : " true"
2222 spec :
2323 containers :
24- - image : ghcr.io/kcp-dev/infra/build:1.24.3 -1
24+ - image : ghcr.io/kcp-dev/infra/build:1.24.8 -1
2525 command :
2626 - hack/ci/verify.sh
2727 resources :
@@ -37,7 +37,7 @@ presubmits:
3737 preset-goproxy : " true"
3838 spec :
3939 containers :
40- - image : ghcr.io/kcp-dev/infra/build:1.24.3 -1
40+ - image : ghcr.io/kcp-dev/infra/build:1.24.8 -1
4141 command :
4242 - make
4343 - lint
@@ -59,7 +59,7 @@ presubmits:
5959 - hack/ci/build-image.sh
6060 env :
6161 - name : DRY_RUN
62- value : ' 1 '
62+ value : " 1 "
6363 # docker-in-docker needs privileged mode
6464 securityContext :
6565 privileged : true
@@ -76,13 +76,13 @@ presubmits:
7676 preset-goproxy : " true"
7777 spec :
7878 containers :
79- - image : ghcr.io/kcp-dev/infra/build:1.24.3 -1
79+ - image : ghcr.io/kcp-dev/infra/build:1.24.8 -1
8080 command :
8181 - make
8282 - test
8383 env :
8484 - name : USE_GOTESTSUM
85- value : ' 1 '
85+ value : " 1 "
8686 resources :
8787 requests :
8888 memory : 4Gi
@@ -96,12 +96,12 @@ presubmits:
9696 preset-goproxy : " true"
9797 spec :
9898 containers :
99- - image : ghcr.io/kcp-dev/infra/build:1.24.3 -1
99+ - image : ghcr.io/kcp-dev/infra/build:1.24.8 -1
100100 command :
101101 - hack/ci/run-e2e-tests.sh
102102 env :
103103 - name : KCP_VERSION
104- value : ' 0.27.1'
104+ value : " 0.27.1"
105105 resources :
106106 requests :
107107 memory : 4Gi
@@ -115,12 +115,12 @@ presubmits:
115115 preset-goproxy : " true"
116116 spec :
117117 containers :
118- - image : ghcr.io/kcp-dev/infra/build:1.24.3 -1
118+ - image : ghcr.io/kcp-dev/infra/build:1.24.8 -1
119119 command :
120120 - hack/ci/run-e2e-tests.sh
121121 env :
122122 - name : KCP_VERSION
123- value : ' 0.28.1'
123+ value : " 0.28.1"
124124 resources :
125125 requests :
126126 memory : 4Gi
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.3 AS builder
15+ FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.8 AS builder
1616ARG TARGETOS
1717ARG TARGETARCH
1818
You can’t perform that action at this time.
0 commit comments