diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cc0e751..9ab11f6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: ">=1.20.0" + go-version: ">=1.20.1" - name: Test Go run: | make test diff --git a/Dockerfile b/Dockerfile index 003b840..1bc4ded 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20-alpine as builder +FROM golang:1.20.1-alpine as builder RUN apk add --no-cache git make curl ENV GOOS=linux ENV CGO_ENABLED=0