diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e53dc2c..b3496af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: '1.19' + go-version: '1.20' - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 diff --git a/Dockerfile b/Dockerfile index 9f8647d..857b979 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19-alpine AS builder +FROM golang:1.20-alpine AS builder RUN go env -w GO111MODULE=on \ && go env -w CGO_ENABLED=0 \ diff --git a/go.mod b/go.mod index 2587f85..3f49739 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/FloatTech/gocqzbp -go 1.19 +go 1.20 require ( github.com/FloatTech/ZeroBot-Plugin v1.6.2