Skip to content

Commit 6fa134e

Browse files
build(deps): Update Go version to 1.25.4 - OB-50380
1 parent 246ebde commit 6fa134e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/orca-ecr-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Go
4343
uses: actions/setup-go@v5
4444
with:
45-
go-version: 1.23.8
45+
go-version: 1.25.4
4646

4747
- name: Configure AWS Credentials
4848
uses: aws-actions/configure-aws-credentials@v4

.github/workflows/orca.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Go
5959
uses: actions/setup-go@v5
6060
with:
61-
go-version: 1.23.8
61+
go-version: 1.25.4
6262

6363
- name: Build Docker Image Locally
6464
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/observeinc/aws-sam-apps
22

3-
go 1.24.6
3+
go 1.25.4
44

55
require (
66
github.com/aws/aws-lambda-go v1.47.0

variables.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GO_BUILD_DIRS := bin/$(OS)_$(ARCH) \
4141
.go/cache \
4242
.go/pkg
4343
# Build image to use for building lambda functions
44-
GO_BUILD_IMAGE ?= golang:1.24.6-alpine
44+
GO_BUILD_IMAGE ?= golang:1.25.4-alpine
4545
# Which Go modules mode to use ("mod" or "vendor")
4646
GO_MOD ?= vendor
4747
GOFLAGS ?=

0 commit comments

Comments
 (0)