⬆️ Upgrade dependencies

This commit is contained in:
naiba
2022-08-13 11:40:10 +08:00
parent 58eca1b799
commit 7977846acd
9 changed files with 56 additions and 67 deletions

View File

@@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: "^1.18.0"
go-version: "^1.19.0"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:

View File

@@ -29,7 +29,7 @@ jobs:
uses: crazy-max/ghaction-xgo@v2
with:
xgo_version: latest
go_version: 1.18
go_version: 1.19
dest: dist
pkg: cmd/dashboard
prefix: dashboard

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.18.0"
go-version: "^1.19.0"
- name: Unit test
run: |
go test -v ./...

View File

@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.18.0"
go-version: "^1.19.0"
- name: Unit test
run: |
go test -v ./...