Skip to content

Commit 6992216

Browse files
committed
✨ Automatic changes -> 👷 Golang version updates [ci skip]
1 parent 5c20de0 commit 6992216

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.6"
5+
go_version: "1.25.3"
66
python_version: "3.10"
77

88
on:

.github/workflows/ci.yml

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

1616
# Set environment variables available in all jobs and steps
1717
env:
18-
go_version: "1.24.6"
18+
go_version: "1.25.3"
1919
python_version: "3.9"
2020

2121
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.6"
4+
go_version: "1.25.3"
55
python_version: "3.10"
66

77
on:

README.md

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

utils/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ARM-software/embedded-development-services-client-utils/utils
22

3-
go 1.24
3+
go 1.25
44

55
require (
66
github.com/ARM-software/embedded-development-services-client/client v1.65.0

0 commit comments

Comments
 (0)