From 4886e2161ce217e12d4abcc0d50e1a3145d3c250 Mon Sep 17 00:00:00 2001 From: joannelynch92 Date: Fri, 27 Sep 2024 11:08:56 +0100 Subject: [PATCH] Bump go version to 1.22.5 (#262) --- .github/workflows/ci.yaml | 2 +- .github/workflows/lint.yaml | 2 +- go.mod | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a74839b..54421dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - go: [ '1.22.1' ] + go: [ '1.22.5' ] name: Go ${{ matrix.go }} CI test steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 47fa61e..84e50a5 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - go: [ '1.22.1' ] + go: [ '1.22.5' ] name: Linting steps: - uses: actions/checkout@v4 diff --git a/go.mod b/go.mod index 6fecd20..c52db2a 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/HPE/terraform-provider-hpegl -go 1.22.1 - -toolchain go1.22.5 +go 1.22.5 require ( github.com/HewlettPackard/hpegl-containers-terraform-resources v0.0.11