Skip to content

Commit 0057bb3

Browse files
committedMar 19, 2025
bump go 1.22
1 parent 1bba162 commit 0057bb3

File tree

116 files changed

+18080
-4
lines changed

Some content is hidden

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

116 files changed

+18080
-4
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Go
5151
uses: actions/setup-go@v5
5252
with:
53-
go-version: '1.21.5'
53+
go-version: '1.22.0'
5454

5555
- name: Build and Test
5656
run: |

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

+1-1
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.21.5"
6+
GO_VERSION: "1.22.0"
77

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

0 commit comments

Comments
 (0)