Skip to content

Commit

Permalink
Bump golang/go from go1.22.4 to 1.22.5 (#463)
Browse files Browse the repository at this point in the history
* Bump golang/go from go1.22.4 to 1.22.5

Bumps [golang/go](https://github.com/golang/go) from go1.22.4 to 1.22.5. This release includes the previously tagged commit.
- [Commits](golang/go@go1.22.4...go1.22.5)

---
updated-dependencies:
- dependency-name: golang/go
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Dockerfile go version

* Bump devcontainer Dockerfile go version

* Bump go version in action

* Bump go version in action

* Bump go version in action

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Boyes <john@agilepathway.co.uk>
  • Loading branch information
dependabot[bot] and johnboyes committed Jul 3, 2024
1 parent abc65ba commit 7ca442c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# When we update the base image version (which we do manually, prompted by Dependabot
# notifying us of a new Go version), make sure our new base images is listed at:
# https://hub.docker.com/_/golang
FROM golang:1.22.4-bullseye
FROM golang:1.22.5-bullseye

# This Dockerfile adds a non-root user with sudo access. Use the "remoteUser"
# property in devcontainer.json to use it. On Linux, the container user's GID/UIDs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_hack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# 4. integration_test.yml
# 5. virtual_test.yml
# 6. the go.mod (if it is a major or minor version change e.g. 1.14 to 1.15)
- uses: golang/go@go1.22.4
- uses: golang/go@go1.22.5

# update the versions in the devcontainer Dockerfile manually, too
- uses: golang/tools@gopls/v0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github_tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.4'
go-version: '1.22.5'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.22.4'
go-version: '1.22.5'
- name: Checkout code
uses: actions/checkout@v4
- name: Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/virtual_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.22.4'
go-version: '1.22.5'
- name: Checkout code
uses: actions/checkout@v4
- name: Install Hoverfly
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.4-bullseye AS builder
FROM golang:1.22.5-bullseye AS builder

WORKDIR /src
COPY . .
Expand Down

0 comments on commit 7ca442c

Please sign in to comment.