File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - name : setup go environment
3030 uses : actions/setup-go@v5
3131 with :
32- go-version : ' 1.26.1 '
32+ go-version : ' 1.26.2 '
3333 - name : run goreleaser
3434 uses : goreleaser/goreleaser-action@v6
3535 with :
Original file line number Diff line number Diff line change 1111# See the License for the specific language governing permissions and
1212# limitations under the License.
1313
14- FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.26.1 -alpine as builder
14+ FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.26.2 -alpine as builder
1515ARG TARGETPLATFORM
1616RUN apk add git make
1717ENV ORASPKG /oras
Original file line number Diff line number Diff line change 11module oras.land/oras
22
3- go 1.26.1
3+ go 1.26.2
44
55require (
66 github.com/Masterminds/sprig/v3 v3.3.0
Original file line number Diff line number Diff line change 11module oras.land/oras/test/e2e
22
3- go 1.26.1
3+ go 1.26.2
44
55require (
66 github.com/onsi/ginkgo/v2 v2.25.2
Original file line number Diff line number Diff line change 1- go 1.26.1
1+ go 1.26.2
22
33use (
44 .
You can’t perform that action at this time.
0 commit comments