Skip to content

Commit

Permalink
2.0.x (nacos-group#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin0325 authored Jul 30, 2022
1 parent dec3976 commit 373906a
Show file tree
Hide file tree
Showing 97 changed files with 6,545 additions and 2,991 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
strategy:
matrix:
config:
- go_version: 1.13
- go_version: 1.14
- go_version: 1.15
steps:

- name: Set up Go 1.x
Expand All @@ -24,6 +23,10 @@ jobs:
go-version: ${{ matrix.config.go_version }}
id: go

- name: Get dependencies
run: |
go get -v -t -d ./...
- name: Check out code into the Go module directory
uses: actions/checkout@v2

Expand Down
Loading

0 comments on commit 373906a

Please sign in to comment.