Skip to content

Commit 3e99db6

Browse files
chore: bump Go to 1.26.2 (#2026)
Signed-off-by: Flávio Schuindt <flavio.schuindt@gmail.com>
1 parent 2cd55aa commit 3e99db6

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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
1515
ARG TARGETPLATFORM
1616
RUN apk add git make
1717
ENV ORASPKG /oras

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module oras.land/oras
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/Masterminds/sprig/v3 v3.3.0

test/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module oras.land/oras/test/e2e
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/onsi/ginkgo/v2 v2.25.2

test/e2e/go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.26.1
1+
go 1.26.2
22

33
use (
44
.

0 commit comments

Comments
 (0)