Skip to content

Commit

Permalink
change go version fo ci
Browse files Browse the repository at this point in the history
  • Loading branch information
文徐 committed Sep 26, 2024
1 parent 61335ee commit 0b866e0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/layotto-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.1
go-version: 1.21
- name: Format Go
run: |
make workspace
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
go-version: 1.21
- name: Go Lint Test
uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18.1
go-version: 1.21
- name: Go Unit Test
run: make test

Expand All @@ -93,7 +93,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.1
go-version: 1.21
- name: Check out code
uses: actions/checkout@v2
- name: Run Integrate tests
Expand All @@ -107,7 +107,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.1
go-version: 1.21
- name: Check out code
uses: actions/checkout@v2
- name: Run Integrate tests
Expand All @@ -121,7 +121,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.1
go-version: 1.21
- name: Check out code
uses: actions/checkout@v2
- name: Build Artifact
Expand All @@ -143,7 +143,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.1
go-version: 1.21
- name: Check out code
uses: actions/checkout@v2
- name: Build Artifact
Expand All @@ -165,7 +165,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.1
go-version: 1.21
- name: Check out code
uses: actions/checkout@v2
- name: Build Artifact
Expand All @@ -187,7 +187,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.1
go-version: 1.21
- name: Check out code
uses: actions/checkout@v2
- name: Build Artifact
Expand All @@ -209,7 +209,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.1
go-version: 1.21
- name: Check out code
uses: actions/checkout@v2
# TODO(@Xunzhuo): open it after stabilizing wasm cmds
Expand Down

0 comments on commit 0b866e0

Please sign in to comment.