From 7be9d115864b19d17ddfe55e9715f3b226b41f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:26:21 +0300 Subject: [PATCH] Bump golang/go from go1.22.6 to 1.23.0 (#469) * Bump golang/go from go1.22.6 to 1.23.0 Bumps [golang/go](https://github.com/golang/go) from go1.22.6 to 1.23.0. This release includes the previously tagged commit. - [Commits](https://github.com/golang/go/compare/go1.22.6...go1.23.0) --- updated-dependencies: - dependency-name: golang/go dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Bump Go version everywhere needed --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Boyes --- .devcontainer/Dockerfile | 2 +- .github/workflows/dependabot_hack.yml | 2 +- .github/workflows/github_tag_and_release.yml | 2 +- .github/workflows/integration_test.yml | 2 +- .github/workflows/virtual_test.yml | 2 +- Dockerfile | 2 +- go.mod | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index bedb985..9e7722f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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.6-bullseye +FROM golang:1.23.0-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 diff --git a/.github/workflows/dependabot_hack.yml b/.github/workflows/dependabot_hack.yml index beafe45..7367f76 100644 --- a/.github/workflows/dependabot_hack.yml +++ b/.github/workflows/dependabot_hack.yml @@ -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.6 + - uses: golang/go@go1.23.0 # update the versions in the devcontainer Dockerfile manually, too - uses: golang/tools@gopls/v0 diff --git a/.github/workflows/github_tag_and_release.yml b/.github/workflows/github_tag_and_release.yml index 23d6e4b..07a5d37 100644 --- a/.github/workflows/github_tag_and_release.yml +++ b/.github/workflows/github_tag_and_release.yml @@ -40,7 +40,7 @@ jobs: name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.22.6' + go-version: '1.23.0' - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 3d0ba6b..2a8ec6f 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -16,7 +16,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '1.22.6' + go-version: '1.23.0' - name: Checkout code uses: actions/checkout@v4 - name: Tests diff --git a/.github/workflows/virtual_test.yml b/.github/workflows/virtual_test.yml index 8488bee..147e360 100644 --- a/.github/workflows/virtual_test.yml +++ b/.github/workflows/virtual_test.yml @@ -19,7 +19,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '1.22.6' + go-version: '1.23.0' - name: Checkout code uses: actions/checkout@v4 - name: Install Hoverfly diff --git a/Dockerfile b/Dockerfile index 0459f6d..0c396ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.6-bullseye AS builder +FROM golang:1.23.0-bullseye AS builder WORKDIR /src COPY . . diff --git a/go.mod b/go.mod index 3f71b11..011d221 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/agilepathway/label-checker // major and minor version only - don't specify at patch level (e.g. don't put 1.14.7) -go 1.22 +go 1.23 require ( github.com/shurcooL/githubv4 v0.0.0-20230704064427-599ae7bbf278