Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
if: ${{ needs.changes.outputs.go == 'true' }}
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: "1.26.6"
go-version: "1.27.1"
# This module intentionally has no go.sum yet; setup-go's cache lookup warns on it.
cache: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
if: ${{ steps.selection.outputs.enabled == 'true' && matrix.language == 'go' }}
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: "1.26.6"
go-version: "1.27.1"
cache: false

- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/execution-runtime-consumer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: "1.26.6"
go-version: "1.27.1"
cache: false

- name: Restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: "1.26.6"
go-version: "1.27.1"
cache: false

- name: Install Python release tooling
Expand Down
18 changes: 9 additions & 9 deletions PUBLIC-EXPORT-MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
{
"mode": "644",
"path": ".github/workflows/aws-live-qualification.yml",
"sha256": "4f6ce30537ce142d0140a24a435e75f66e9c07e3cc4665ea0a35640102418c98"
"sha256": "49c93c44e03691985bbcf73f228dd0f174f58d5d760b546390b1cbc7c9ad36b7"
},
{
"mode": "644",
Expand All @@ -74,12 +74,12 @@
{
"mode": "644",
"path": ".github/workflows/ci.yml",
"sha256": "85078f9b9e98d31708bbb473ce8fbe3cf1b1aadff7aed5bc6e2ee26a62dcd014"
"sha256": "c699d6679d82f2587205bb9a1243990914937d038d29f7329403b112079a582d"
},
{
"mode": "644",
"path": ".github/workflows/codeql.yml",
"sha256": "d238e8e2228b6f62d4b4a422646cf51bd78c6751cdb5bb1e6ba914187637b583"
"sha256": "8ecccddd8c7424ad1f64a3933714e52a1333d8d3d5355f2b43f0840edcdcb78b"
},
{
"mode": "644",
Expand All @@ -94,7 +94,7 @@
{
"mode": "644",
"path": ".github/workflows/execution-runtime-consumer.yml",
"sha256": "53bf6cbd7eb4e288b7b3c89560509463eac67dc67d2ec2d68a8284fd7da9815d"
"sha256": "ec0892a7934d7c77890b91f07ecf0b3585c60023221f9b21c0ba655805472170"
},
{
"mode": "644",
Expand Down Expand Up @@ -129,7 +129,7 @@
{
"mode": "644",
"path": ".github/workflows/release-integrity.yml",
"sha256": "8c075ff1a4e9966d43d3ae5a25c0d717fa07fe5434b26898e6b40260920c306b"
"sha256": "b2114e7724389f6593dc16e5844447c85e23b19f4191983a05bfe3d6bae50964"
},
{
"mode": "644",
Expand Down Expand Up @@ -864,7 +864,7 @@
{
"mode": "644",
"path": "runtimes/python/pyproject.toml",
"sha256": "883f9eee8a1a63ca9c910bf17a258f7ccb8964f58646d815a2a76fc5c5501427"
"sha256": "ddcb17a8b2af17ed227a8f414e846a63a8923742bca426b45a0ea03a5f8901ad"
},
{
"mode": "644",
Expand Down Expand Up @@ -2204,7 +2204,7 @@
{
"mode": "755",
"path": "scripts/verify-version-policy.py",
"sha256": "1626ad749fb25fa11e4a7c4f66d66435b4e09750822c3b41920fa9435cedcf5c"
"sha256": "76479d399d22c7e9f4872f6ab86f271fcf6e205d9cecd105aa590323d68d8056"
},
{
"mode": "755",
Expand Down Expand Up @@ -4964,7 +4964,7 @@
{
"mode": "644",
"path": "workers/execution-smoke-go/Dockerfile",
"sha256": "af04d2ed0695485ca8c7dfb463a149937b930bf1c2f8b23e94d61a8cbcb81b54"
"sha256": "dfbfd8bd246612abea85b5176c313f3657ec90df4527d03601c3564b44f36495"
},
{
"mode": "644",
Expand All @@ -4984,5 +4984,5 @@
],
"schemaVersion": 1,
"sourceDirty": false,
"treeSha256": "b6362c5ab94ee5e3c17395c11feb747c199cb48592bc8b9b9bb5ee1515b4b12b"
"treeSha256": "451e9cd0b0194f16e646a38328eb9a2bf7b4617796a29f56da3ebfee256ffe3d"
}
2 changes: 1 addition & 1 deletion scripts/verify-version-policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
PYTHON_RUNTIME_VERSION = "0.1.2"
PYTHON_RUNTIME_FIXTURE_MINIMUM = "0.1.0"
GO_MINIMUM_VERSION = "1.25.0"
GO_BUILD_VERSION = "1.26.6"
GO_BUILD_VERSION = "1.27.1"
BUBBLEWRAP_BUILD_VERSION = "0.11.2"
BUBBLEWRAP_BUILD_SHA256 = (
"69abc30005d2186baf7737feacd8da35633b93cf5af38838ecff17c5f8e924f6"
Expand Down
2 changes: 1 addition & 1 deletion workers/execution-smoke-go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.26.6@sha256:0d1d3a794be25f809dd2cb3160d8c73276c4056a9f8242a138e908ddeee7b6b6 AS build
FROM golang:1.27.1@sha256:512690a5660563b57d37ecc31129e7f136e831db2aed24a1dbeb8ad7380dc0fa AS build

WORKDIR /src
COPY clients/go/go.mod ./clients/go/go.mod
Expand Down
Loading