File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build and Test
22
33# Set environment variables available in all jobs and steps
44env :
5- go_version : " 1.24.6 "
5+ go_version : " 1.25.3 "
66 python_version : " 3.10"
77
88on :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
1515
1616# Set environment variables available in all jobs and steps
1717env :
18- go_version : " 1.24.6 "
18+ go_version : " 1.25.3 "
1919 python_version : " 3.9"
2020
2121jobs :
Original file line number Diff line number Diff line change 11name : GitHub Release
22
33env :
4- go_version : " 1.24.6 "
4+ go_version : " 1.25.3 "
55 python_version : " 3.10"
66
77on :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SPDX-License-Identifier: Apache-2.0
44-->
55# Embedded development services HTTP client utilities
66
7- [ ![ Go Badge] ( https://img.shields.io/badge/go-v1.24.6 -blue )] ( https://golang.org/ )
7+ [ ![ Go Badge] ( https://img.shields.io/badge/go-v1.25.3 -blue )] ( https://golang.org/ )
88[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
99[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/ARM-software/embedded-development-services-client-utils/utils.svg )] ( https://pkg.go.dev/github.com/ARM-software/embedded-development-services-client-utils/utils )
1010[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/ARM-software/embedded-development-services-client-utils/utils )] ( https://goreportcard.com/report/github.com/ARM-software/embedded-development-services-client-utils/utils )
Original file line number Diff line number Diff line change 11module github.com/ARM-software/embedded-development-services-client-utils/utils
22
3- go 1.24
3+ go 1.25
44
55require (
66 github.com/ARM-software/embedded-development-services-client/client v1.65.0
You can’t perform that action at this time.
0 commit comments