diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 4c5a5d52..bf743aed 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.18.8 + - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.18.8 + go-version: 1.18.10 id: go - name: Check out the code diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c8f63512..cc921d1a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.18.8 + go-version: 1.18.10 id: go - name: Check out code into the Go module directory diff --git a/Dockerfile b/Dockerfile index 44fdbd5e..14e0a658 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.18.8-bullseye AS build +FROM --platform=$BUILDPLATFORM golang:1.18.10-bullseye AS build ARG TARGETOS ARG TARGETARCH