diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 02757db..2907a7a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -2,7 +2,7 @@ name: Build and Test # Set environment variables available in all jobs and steps env: - go_version: "1.22.4" + go_version: "1.22.5" python_version: "3.9" on: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f20858..3f2ec96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ concurrency: # Set environment variables available in all jobs and steps env: - go_version: "1.22.4" + go_version: "1.22.5" python_version: "3.9" jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e51feeb..d819941 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: GitHub Release env: - go_version: "1.22.4" + go_version: "1.22.5" python_version: "3.10" on: diff --git a/Dockerfile.client b/Dockerfile.client index 74ef7e2..ddc8a81 100644 --- a/Dockerfile.client +++ b/Dockerfile.client @@ -1,4 +1,4 @@ -FROM golang:1.22.4 as client +FROM golang:1.22.5 as client WORKDIR /client diff --git a/README.md b/README.md index fcb080c..866e39c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Embedded development services HTTP client -[![Go Badge](https://img.shields.io/badge/go-v1.22.4-blue)](https://golang.org/) +[![Go Badge](https://img.shields.io/badge/go-v1.22.5-blue)](https://golang.org/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![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) [![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) diff --git a/changes/20240705131459.bugfix b/changes/20240705131459.bugfix new file mode 100644 index 0000000..1efd212 --- /dev/null +++ b/changes/20240705131459.bugfix @@ -0,0 +1 @@ +Dependency upgrade: golang-1.22.5