diff --git a/.github/workflows/build-go.yml b/.github/workflows/build-go.yml index 3ce46db..2618bf7 100644 --- a/.github/workflows/build-go.yml +++ b/.github/workflows/build-go.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.24.4' # GOVERSION + go-version: '1.24.5' # GOVERSION - name: Cache Go modules uses: actions/cache@v4 diff --git a/Dockerfile b/Dockerfile index a8a2b0b..7d090b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Golang image for building the application -FROM golang:1.24.4 AS builder +FROM golang:1.24.5 AS builder # Set the working directory inside the container WORKDIR /app diff --git a/go.mod b/go.mod index 83301ee..9d3fbac 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/UnitVectorY-Labs/lockboxkms -go 1.24.4 // GOVERSION +go 1.24.5 // GOVERSION require ( cloud.google.com/go/kms v1.22.0