⬆️ Upgrade to Go v1.18.0

This commit is contained in:
naiba
2022-03-22 18:46:18 +08:00
parent 4fa357755b
commit 379da07551
7 changed files with 6 additions and 266 deletions

View File

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

View File

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

View File

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