File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
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.1 "
5+ go_version : " 1.24.2 "
66 python_version : " 3.9"
77
88on :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
1717
1818# Set environment variables available in all jobs and steps
1919env :
20- go_version : " 1.24.1 "
20+ go_version : " 1.24.2 "
2121 python_version : " 3.9"
2222
2323jobs :
Original file line number Diff line number Diff line change 11name : GitHub Release
22
33env :
4- go_version : " 1.24.1 "
4+ go_version : " 1.24.2 "
55 python_version : " 3.10"
66
77on :
Original file line number Diff line number Diff line change 11# Embedded development services HTTP client
22
3- [ ![ Go Badge] ( https://img.shields.io/badge/go-v1.24.1 -blue )] ( https://golang.org/ )
3+ [ ![ Go Badge] ( https://img.shields.io/badge/go-v1.24.2 -blue )] ( https://golang.org/ )
44[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
55[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/ARM-software/embedded-development-services-client/client.svg )] ( https://pkg.go.dev/github.com/ARM-software/embedded-development-services-client/client )
66[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/ARM-software/embedded-development-services-client )] ( https://goreportcard.com/report/github.com/ARM-software/embedded-development-services-client )
You can’t perform that action at this time.
0 commit comments