File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060 -
6161 uses : actions/setup-go@v6
6262 with :
63- go-version : " 1.24 "
63+ go-version : " 1.25 "
6464 -
6565 name : Set up Docker Buildx
6666 uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- ARG GO_VERSION="1.24 "
17+ ARG GO_VERSION="1.25 "
1818ARG ALPINE_VERSION="3.22"
1919ARG XX_VERSION="1.6.1"
2020
Original file line number Diff line number Diff line change 1616
1717# upstream at https://github.com/moby/buildkit/blob/master/hack/dockerfiles/vendor.Dockerfile
1818
19- ARG GO_VERSION="1.24 "
19+ ARG GO_VERSION="1.25 "
2020ARG ALPINE_VERSION="3.22"
2121
2222FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
You can’t perform that action at this time.
0 commit comments