Skip to content

Commit

Permalink
update dependency and add demo for consul2istio
Browse files Browse the repository at this point in the history
Signed-off-by: chentanjun <tanjunchen20@gmail.com>
  • Loading branch information
tanjunchen committed Jul 29, 2023
1 parent 0668ea5 commit 20deada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.14.4
go-version: 1.19
- name: Install dependencies
run: |
go version
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: 1.14.4
go-version: 1.19
- run: go mod tidy
- name: Check for changes in go.mod or go.sum
run: |
Expand Down

0 comments on commit 20deada

Please sign in to comment.