upgrade dependencies (#34)

Signed-off-by: Tiger Wang <tigerwang@outlook.com>
This commit is contained in:
Tiger Wang
2023-03-25 23:27:34 -04:00
committed by GitHub
parent 6dfbf0eba9
commit 7ef878cb1a
5 changed files with 122 additions and 148 deletions
+4
View File
@@ -16,6 +16,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Go Generate
run: go generate
- name: Run coverage
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: "1.20"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with: