Skip to content

Commit 42aff7b

Browse files
acabarbayemonty-bot
authored andcommitted
✨ Automatic changes -> 👷 Golang version updates [ci skip]
1 parent 69c5f9c commit 42aff7b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Test
22

33
# Set environment variables available in all jobs and steps
44
env:
5-
go_version: "1.24.1"
5+
go_version: "1.24.2"
66
python_version: "3.9"
77

88
on:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
# Set environment variables available in all jobs and steps
1919
env:
20-
go_version: "1.24.1"
20+
go_version: "1.24.2"
2121
python_version: "3.9"
2222

2323
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: GitHub Release
22

33
env:
4-
go_version: "1.24.1"
4+
go_version: "1.24.2"
55
python_version: "3.10"
66

77
on:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

0 commit comments

Comments
 (0)