chore(CI/CD): add go1.18 version (#3092)
* chore(CI/CD): add go1.18 version Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * Update go.mod * Update go.sum * Update go.mod * Update go.sum Co-authored-by: thinkerou <thinkerou@gmail.com>
This commit is contained in:
6
.github/workflows/gin.yml
vendored
6
.github/workflows/gin.yml
vendored
@ -21,14 +21,14 @@ jobs:
|
||||
- name: Setup golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3.1.0
|
||||
with:
|
||||
version: v1.44.0
|
||||
version: v1.45.0
|
||||
args: --verbose
|
||||
test:
|
||||
needs: lint
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
go: [1.14, 1.15, 1.16, 1.17]
|
||||
go: [1.14, 1.15, 1.16, 1.17, 1.18]
|
||||
test-tags: ['', nomsgpack]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
@ -51,7 +51,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
|
Reference in New Issue
Block a user