diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 0243965dc7b0..54024049ca95 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -31,7 +31,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: '1.17.13' + go-version: '1.19.5' - name: Checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/unitcoverage.yaml b/.github/workflows/unitcoverage.yaml index bef494d43268..fb15fd38fc34 100644 --- a/.github/workflows/unitcoverage.yaml +++ b/.github/workflows/unitcoverage.yaml @@ -33,7 +33,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: '1.17.13' + go-version: '1.19.5' - name: Checkout uses: actions/checkout@v2 with: diff --git a/Dockerfile.dapper b/Dockerfile.dapper index 4cfe5ec13c90..d6c33f789d64 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -1,4 +1,4 @@ -ARG GOLANG=golang:1.17.13-alpine3.16 +ARG GOLANG=golang:1.19.5-alpine3.17 FROM ${GOLANG} ARG http_proxy=$http_proxy diff --git a/Dockerfile.manifest b/Dockerfile.manifest index d783c9e5e43e..dfb320db9720 100644 --- a/Dockerfile.manifest +++ b/Dockerfile.manifest @@ -1,4 +1,4 @@ -ARG GOLANG=golang:1.17.13-alpine3.17 +ARG GOLANG=golang:1.19.5-alpine3.17 FROM ${GOLANG} COPY --from=plugins/manifest:1.2.3 /bin/* /bin/ diff --git a/Dockerfile.test.dapper b/Dockerfile.test.dapper index 1c14301c4740..3c183692ea7b 100644 --- a/Dockerfile.test.dapper +++ b/Dockerfile.test.dapper @@ -1,4 +1,4 @@ -ARG GOLANG=golang:1.19.4-alpine3.17 +ARG GOLANG=golang:1.19.5-alpine3.17 FROM ${GOLANG} RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python3 openssl py3-pip procps findutils diff --git a/Dockerfile.test.mod.dapper b/Dockerfile.test.mod.dapper index af6083353e4a..0375e7e2234a 100644 --- a/Dockerfile.test.mod.dapper +++ b/Dockerfile.test.mod.dapper @@ -1,4 +1,4 @@ -ARG GOLANG=golang:1.17.13-alpine3.16 +ARG GOLANG=golang:1.19.5-alpine3.17 FROM ${GOLANG} RUN apk -U --no-cache add bash jq