chore: update golang version

This commit is contained in:
Steven 2023-02-23 08:23:56 +08:00
parent 0fbbcae872
commit 48a0a8e4c1
2 changed files with 4 additions and 5 deletions

1
.github/FUNDING.yml vendored
View File

@ -1 +0,0 @@
ko_fi: stevenlgtm

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-go@v3 - uses: actions/setup-go@v3
with: with:
go-version: 1.18 go-version: 1.19
check-latest: true check-latest: true
cache: true cache: true
- name: Verify go.mod is tidy - name: Verify go.mod is tidy
@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: "16" node-version: "18"
cache: yarn cache: yarn
cache-dependency-path: "web/yarn.lock" cache-dependency-path: "web/yarn.lock"
- run: yarn - run: yarn
@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: "16" node-version: "18"
cache: yarn cache: yarn
cache-dependency-path: "web/yarn.lock" cache-dependency-path: "web/yarn.lock"
- run: yarn - run: yarn
@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-go@v3 - uses: actions/setup-go@v3
with: with:
go-version: 1.18 go-version: 1.19
check-latest: true check-latest: true
cache: true cache: true
- name: Run all tests - name: Run all tests