diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b09a2914..82143b0e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.19.12 + go-version: 1.19.13 - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3 diff --git a/builder/Dockerfile b/builder/Dockerfile index 876752cb..fae6db0b 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.19.12-alpine AS builder +FROM golang:1.19.13-alpine AS builder ARG GIT_TAG WORKDIR /src