diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1e4990..420c237 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -#(C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP +#(C) Copyright 2022-2024 Hewlett Packard Enterprise Development LP name: ci @@ -55,7 +55,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21.3 + go-version: 1.22.7 - name: Install tools run: make tools diff --git a/go.mod b/go.mod index 33c1aab..a90c0b6 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,8 @@ module github.com/hewlettpackard/hpegl-metal-terraform-resources -go 1.21.0 -toolchain go1.22.5 +go 1.22.0 + +toolchain go1.22.7 require ( github.com/golangci/golangci-lint v1.58.2