diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cb317b..c8fdd5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.20' + go-version: '1.22' - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: diff --git a/Dockerfile b/Dockerfile index a3edad5..f68e8ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.5-alpine3.17 as builder +FROM golang:1.22.4-alpine3.20 as builder WORKDIR /go/src/github.com/mxssl/tg-captcha-bot COPY . .