diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e997f21..b39bd3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Golang uses: actions/setup-go@v3 with: - go-version: '1.21.x' + go-version: '1.22.x' check-latest: true cache: true diff --git a/Dockerfile b/Dockerfile index bff67d1..d1ca9cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.5 as build +FROM golang:1.22.3 as build WORKDIR /go/src/app COPY . .