diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 26ee00e19..81398ad7a 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -29,7 +29,7 @@ jobs: - name: setup go environment uses: actions/setup-go@v3 with: - go-version: '1.20.5' + go-version: '1.20.7' - name: run goreleaser uses: goreleaser/goreleaser-action@v2 with: diff --git a/Dockerfile b/Dockerfile index e10ce407a..204eae2d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.20.5-alpine as builder +FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.20.7-alpine as builder ARG TARGETPLATFORM RUN apk add git make ENV ORASPKG /oras