File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88steps :
99 - name : build
10- image : docker.io/techknowlogick/xgo:go-1.25.7
10+ image : docker.io/techknowlogick/xgo:go-1.26.0
1111 commands :
1212 - ln -s $(pwd) /source
1313 - make deps release
Original file line number Diff line number Diff line change 77
88steps :
99 - name : lint
10- image : docker.io/library/golang:1.25.7
10+ image : docker.io/library/golang:1.26.0
1111 commands :
1212 - make deps lint
1313
1414 - name : test
15- image : docker.io/library/golang:1.25.7
15+ image : docker.io/library/golang:1.26.0
1616 commands :
1717 - make deps test
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.25.7 @sha256:85c0ab0b73087fda36bf8692efe2cf67c54a06d7ca3b49c489bbff98c9954d64 AS build
1+ FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.26.0 @sha256:c83e68f3ebb6943a2904fa66348867d108119890a2c6a2e6f07b38d0eb6c25c5 AS build
22
33ARG TARGETOS
44ARG TARGETARCH
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ GOFUMPT_PACKAGE_VERSION := v0.9.2
33# renovate: datasource=github-releases depName=golangci/golangci-lint
44GOLANGCI_LINT_PACKAGE_VERSION := v2.9.0
55# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
6- XGO_PACKAGE_VERSION := go-1.25.7
6+ XGO_PACKAGE_VERSION := go-1.26.0
77
88EXECUTABLE := git-sv
99
Original file line number Diff line number Diff line change 11module github.com/thegeeklab/git-sv
22
3- go 1.25.7
3+ go 1.26.0
44
55require (
66 dario.cat/mergo v1.0.2
You can’t perform that action at this time.
0 commit comments