Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec601a6

Browse files
authoredFeb 13, 2025··
Merge branch 'master' into add-json-sql-on-fqbn
2 parents fd12f98 + 0847849 commit ec601a6

File tree

301 files changed

+5174
-2105
lines changed

Some content is hidden

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

301 files changed

+5174
-2105
lines changed
 

‎.github/workflows/check-easyjson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check easyjson generated files
22

33
env:
44
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
5-
GO_VERSION: "1.22"
5+
GO_VERSION: "1.23"
66

77
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
88
on:

‎.github/workflows/check-go-dependencies-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Go Dependencies
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6-
GO_VERSION: "1.22"
6+
GO_VERSION: "1.23"
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:

0 commit comments

Comments
 (0)
Please sign in to comment.