File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.24.6 AS build
1+ FROM golang:1.25.5 AS build
22WORKDIR /app
33COPY . .
44
Original file line number Diff line number Diff line change 1111REPO =planetscale
1212NAME =pscale
1313BUILD_PKG =github.com/planetscale/cli/cmd/pscale
14- GORELEASE_CROSS_VERSION ?= v1.24.6
15- SYFT_VERSION ?= 1.9 .0
14+ GORELEASE_CROSS_VERSION ?= v1.26.0
15+ SYFT_VERSION ?= 1.38 .0
1616
1717.PHONY : all
1818all : build test lint
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '2'
22
33services :
44 app :
5- image : golang:1.24.6
5+ image : golang:1.25.5
66 volumes :
77 - .:/work
88 working_dir : /work
Original file line number Diff line number Diff line change 1- ARG GORELEASE_CROSS_VERSION=v1.24.6
1+ ARG GORELEASE_CROSS_VERSION=v1.26.0
22FROM ghcr.io/goreleaser/goreleaser-cross:${GORELEASE_CROSS_VERSION}
33
44RUN apt-get update --allow-releaseinfo-change || apt-get update; apt-get install -y openssh-client
55
6- ARG SYFT_VERSION=1.19 .0
6+ ARG SYFT_VERSION=1.38 .0
77RUN wget -O syft.deb https://github.com/anchore/syft/releases/download/v${SYFT_VERSION}/syft_${SYFT_VERSION}_linux_amd64.deb && dpkg -i syft.deb
Original file line number Diff line number Diff line change 11module github.com/planetscale/cli
22
3- go 1.24.6
3+ go 1.25.5
44
55require (
66 github.com/99designs/keyring v1.2.2
You can’t perform that action at this time.
0 commit comments