Skip to content

Commit 181f62b

Browse files
committedJan 30, 2025·
Merge branch 'master' into bastian/decouple-values-from-interpreter
2 parents bb0c5fa + 68a0460 commit 181f62b

File tree

158 files changed

+19188
-16002
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+19188
-16002
lines changed
 

‎.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- 'v**'
1414

1515
env:
16-
GO_VERSION: '1.22'
16+
GO_VERSION: '1.23'
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- 'v**'
1414

1515
env:
16-
GO_VERSION: '1.22'
16+
GO_VERSION: '1.23'
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}

0 commit comments

Comments
 (0)
Please sign in to comment.