File tree 8 files changed +8
-10
lines changed
8 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Go Dependencies
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
- GO_VERSION : " 1.17 "
6
+ GO_VERSION : " 1.23 "
7
7
8
8
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Go
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
- GO_VERSION : " 1.17 "
6
+ GO_VERSION : " 1.23 "
7
7
8
8
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Publish Tester Build
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
- GO_VERSION : " 1.17 "
6
+ GO_VERSION : " 1.23 "
7
7
8
8
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Create Release
2
2
3
3
env :
4
4
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
5
- GO_VERSION : " 1.17 "
5
+ GO_VERSION : " 1.23 "
6
6
7
7
on :
8
8
push :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test Integration
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
- GO_VERSION : " 1.17 "
6
+ GO_VERSION : " 1.23 "
7
7
# See: https://github.com/actions/setup-python/tree/main#available-versions-of-python
8
8
PYTHON_VERSION : " 3.9"
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test Go
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
- GO_VERSION : " 1.17 "
6
+ GO_VERSION : " 1.23 "
7
7
8
8
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change 97
97
desc : Refresh dependency metadata
98
98
dir : " {{default .DEFAULT_GO_MODULE_PATH .GO_MODULE_PATH}}"
99
99
vars :
100
- GO_VERSION : 1.17
100
+ GO_VERSION : 1.23
101
101
cmds :
102
102
- go mod tidy -compat={{.GO_VERSION}}
103
103
Original file line number Diff line number Diff line change 1
1
module github.com/arduino/libraries-repository-engine
2
2
3
- go 1.21
4
-
5
- toolchain go1.22.3
3
+ go 1.23.0
6
4
7
5
require (
8
6
github.com/arduino/go-paths-helper v1.12.1
You can’t perform that action at this time.
0 commit comments