diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0efdf4..7ff2d42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '>=1.21.0' + go-version: '>=1.21.1' cache: true - name: Go release uses: goreleaser/goreleaser-action@v4 diff --git a/Dockerfile b/Dockerfile index c5b40ec..2973175 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.0 AS builder +FROM golang:1.21.1 AS builder RUN mkdir /app COPY . /app