Skip to content

Commit 93ff1e5

Browse files
committed
Update go version to 1.22
1 parent e94042b commit 93ff1e5

6 files changed

+6
-6
lines changed

.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/v3#readme
6-
GO_VERSION: "1.21"
6+
GO_VERSION: "1.22"
77

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Go
33

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

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

.github/workflows/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131

3232
env:
3333
PROJECT_NAME: arduino-cloud-agent
34-
GO_VERSION: "1.21"
34+
GO_VERSION: "1.22"
3535

3636
jobs:
3737
run-determination:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
AC_PASSWORD: ${{ secrets.AC_PASSWORD }} # used by gon
2424
AC_PROVIDER: ${{ secrets.AC_PROVIDER }} # used by gon
2525
# See: https://github.com/actions/setup-go/tree/v3#readme
26-
GO_VERSION: "1.21"
26+
GO_VERSION: "1.22"
2727

2828
jobs:
2929
# The build job is responsible for: configuring the environment, testing and compiling process

.github/workflows/test-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Integration
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/v2#readme
6-
GO_VERSION: "1.21"
6+
GO_VERSION: "1.22"
77
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
88
PYTHON_VERSION: "3.9"
99

.github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Go
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/v2#readme
6-
GO_VERSION: "1.21"
6+
GO_VERSION: "1.22"
77

88
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
99
on:

0 commit comments

Comments
 (0)