Skip to content

Commit 9959910

Browse files
committed
Upgrade go to 1.23.0
1 parent 93ff1e5 commit 9959910

File tree

8 files changed

+7
-72
lines changed

8 files changed

+7
-72
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.22"
6+
GO_VERSION: "1.23"
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.22"
6+
GO_VERSION: "1.23"
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.22"
34+
GO_VERSION: "1.23"
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.22"
26+
GO_VERSION: "1.23"
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.22"
6+
GO_VERSION: "1.23"
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.22"
6+
GO_VERSION: "1.23"
77

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

.licenses/arduino-create-agent/go/golang.org/x/crypto/sha3.dep.yml

-63
This file was deleted.

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/arduino/arduino-create-agent
22

3-
go 1.22
4-
5-
toolchain go1.22.3
3+
go 1.23.0
64

75
require (
86
fyne.io/systray v1.10.0

0 commit comments

Comments
 (0)