diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 7e86843..de89c06 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -9,7 +9,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v2 with: - go-version: '1.22' + go-version: '1.22.6' id: go - name: Check out the code diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 511ca03..9a8e791 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: '1.22' + go-version: '1.22.6' id: go - name: Check out code into the Go module directory diff --git a/Dockerfile b/Dockerfile index d119995..46ee478 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.22-bookworm AS build +FROM --platform=$BUILDPLATFORM golang:1.22.6-bookworm AS build ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index 031cacf..b008dd4 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/vmware-tanzu/velero-plugin-for-aws -go 1.22.0 - -toolchain go1.22.2 +go 1.22.6 require ( github.com/aws/aws-sdk-go-v2 v1.24.1