diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index b6fd83e1e3..02b2f66f18 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -24,7 +24,7 @@ jobs: - name: setup go uses: actions/setup-go@v2 with: - go-version: "1.18.4" + go-version: "1.18.5" - name: golangci-lint uses: golangci/golangci-lint-action@v3 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 78177e8636..cd41225867 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: - name: setup go uses: actions/setup-go@v2 with: - go-version: "1.18.4" + go-version: "1.18.5" - name: release uses: goreleaser/goreleaser-action@v2 diff --git a/Dockerfile b/Dockerfile index 01665aeea5..851f38682d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18.4-alpine as base +FROM golang:1.18.5-alpine as base ARG ARCH=amd64 ARG VERSION ARG COMMIT