diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9ab11f6..c419ee9 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.1" + go-version: ">=1.20.2" - name: Test Go run: | make test diff --git a/Dockerfile b/Dockerfile index 3ea1672..6aeef3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.1-alpine as builder +FROM golang:1.20.2-alpine as builder RUN apk add --no-cache git make curl ENV GOOS=linux ENV CGO_ENABLED=0