Skip to content

Commit

Permalink
🔖 v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Feb 28, 2023
1 parent 2a1f4e2 commit 97517d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/FloatTech/gocqzbp

go 1.19
go 1.20

require (
github.com/FloatTech/ZeroBot-Plugin v1.6.2
Expand Down

0 comments on commit 97517d9

Please sign in to comment.