File tree Expand file tree Collapse file tree 8 files changed +8
-10
lines changed Expand file tree Collapse file tree 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
33
44env :
55 # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6- GO_VERSION : " 1.17 "
6+ GO_VERSION : " 1.23 "
77
88# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Go
33
44env :
55 # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6- GO_VERSION : " 1.17 "
6+ GO_VERSION : " 1.23 "
77
88# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Publish Tester Build
33
44env :
55 # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6- GO_VERSION : " 1.17 "
6+ GO_VERSION : " 1.23 "
77
88# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Create Release
22
33env :
44 # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
5- GO_VERSION : " 1.17 "
5+ GO_VERSION : " 1.23 "
66
77on :
88 push :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test Integration
33
44env :
55 # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6- GO_VERSION : " 1.17 "
6+ GO_VERSION : " 1.23 "
77 # See: https://github.com/actions/setup-python/tree/main#available-versions-of-python
88 PYTHON_VERSION : " 3.9"
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test Go
33
44env :
55 # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6- GO_VERSION : " 1.17 "
6+ GO_VERSION : " 1.23 "
77
88# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change 9797 desc : Refresh dependency metadata
9898 dir : " {{default .DEFAULT_GO_MODULE_PATH .GO_MODULE_PATH}}"
9999 vars :
100- GO_VERSION : 1.17
100+ GO_VERSION : 1.23
101101 cmds :
102102 - go mod tidy -compat={{.GO_VERSION}}
103103
Original file line number Diff line number Diff line change 11module github.com/arduino/libraries-repository-engine
22
3- go 1.21
4-
5- toolchain go1.22.3
3+ go 1.23.0
64
75require (
86 github.com/arduino/go-paths-helper v1.12.1
You can’t perform that action at this time.
0 commit comments