File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 strategy :
2929 matrix :
30- go-version : ['1.25 ']
30+ go-version : ['1.26 ']
3131 fail-fast : true
3232 steps :
3333 - name : Checkout
Original file line number Diff line number Diff line change 3535 security-events : write
3636 strategy :
3737 matrix :
38- go-version : ['1.25 ']
38+ go-version : ['1.26 ']
3939 fail-fast : false
4040 steps :
4141 - name : Checkout repository
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 strategy :
2929 matrix :
30- go-version : ['1.25 ']
30+ go-version : ['1.26 ']
3131 fail-fast : true
3232 steps :
3333 - name : Checkout
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.25.7 '
32+ go-version : ' 1.26.1 '
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.25.7 -alpine as builder
14+ FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.26.1 -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.25.7
3+ go 1.26.1
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.25.7
3+ go 1.26.1
44
55require (
66 github.com/onsi/ginkgo/v2 v2.25.2
Original file line number Diff line number Diff line change 1- go 1.25.7
1+ go 1.26.1
22
33use (
44 .
You can’t perform that action at this time.
0 commit comments