Skip to content

Commit

Permalink
👷 upgrade ci version, golang->1.22 node->20
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed Feb 29, 2024
1 parent 31dd20f commit 48d21ce
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/go test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: |
echo "ENV_LOCATION=$GITHUB_WORKSPACE/pkg/setting/files/setting.testing.yaml"
echo "ENV_LOCATION=$GITHUB_WORKSPACE/pkg/setting/files/setting.testing.yaml" >> $GITHUB_ENV
Expand Down

0 comments on commit 48d21ce

Please sign in to comment.