Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
奇淼(piexlmax authored Oct 30, 2022
1 parent 7599592 commit b90759c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.16]
go-version: [1.18]
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v1
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
matrix:
node-version: [16.8.0]
go-version: [1.16]
go-version: [1.18]
steps:
- name: Check out branch
uses: actions/checkout@v2
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
strategy:
matrix:
node-version: ['16.x']
go-version: ['1.16']
go-version: ['1.18']
steps:
- uses: actions/checkout@v2
- name: tag major and minor versions
Expand Down Expand Up @@ -266,4 +266,4 @@ jobs:
docker push registry.cn-hangzhou.aliyuncs.com/gva/gin-vue-admin:latest
docker push registry.cn-hangzhou.aliyuncs.com/gva/web:latest
docker push registry.cn-hangzhou.aliyuncs.com/gva/server:latest
docker push registry.cn-hangzhou.aliyuncs.com/gva/all:latest
docker push registry.cn-hangzhou.aliyuncs.com/gva/all:latest

0 comments on commit b90759c

Please sign in to comment.