-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dependencies for Envoy (#1174)
- Loading branch information
Showing
48 changed files
with
632 additions
and
758 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,12 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up Go | ||
uses: actions/setup-go@v3 | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.19 | ||
go-version: 1.22.x | ||
|
||
- name: Install Staticcheck | ||
run: go install honnef.co/go/tools/cmd/staticcheck@v0.3.3 | ||
run: go install honnef.co/go/tools/cmd/staticcheck@2023.1.7 | ||
|
||
- name: Checkout Code | ||
uses: actions/checkout@v4 | ||
|
@@ -38,12 +38,12 @@ jobs: | |
working-directory: ${{ env.GOPATH }}/src/github.com/trisacrypto/directory | ||
steps: | ||
- name: Set up Go | ||
uses: actions/setup-go@v3 | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.19 | ||
go-version: 1.22.x | ||
|
||
- name: Cache Speedup | ||
uses: actions/cache@v3 | ||
uses: actions/cache@v4 | ||
with: | ||
path: ${{ github.workspace }}/go/pkg/mod | ||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} | ||
|
@@ -56,18 +56,18 @@ jobs: | |
path: ${{ env.GOPATH }}/src/github.com/trisacrypto/directory | ||
|
||
- name: Install Protoc | ||
uses: arduino/setup-protoc@v1 | ||
uses: arduino/setup-protoc@v3 | ||
with: | ||
version: "3.x" | ||
version: "27.x" | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install Dependencies | ||
run: | | ||
go version | ||
go install github.com/kevinburke/go-bindata/[email protected] | ||
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31 | ||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3 | ||
go install github.com/swaggo/swag/cmd/swag@v1.8.12 | ||
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2 | ||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.4.0 | ||
go install github.com/swaggo/swag/cmd/swag@v1.16.3 | ||
- name: Clone TRISA repository | ||
uses: actions/checkout@v4 | ||
|
@@ -170,12 +170,12 @@ jobs: | |
working-directory: ${{ env.GOPATH }}/src/github.com/trisacrypto/directory | ||
steps: | ||
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.19 | ||
go-version: 1.22.x | ||
|
||
- name: Cache Speedup | ||
uses: actions/cache@v3 | ||
uses: actions/cache@v4 | ||
with: | ||
path: ${{ github.workspace }}/go/pkg/mod | ||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} | ||
|
@@ -188,18 +188,18 @@ jobs: | |
path: ${{ env.GOPATH }}/src/github.com/trisacrypto/directory | ||
|
||
- name: Install Protoc | ||
uses: arduino/setup-protoc@v1 | ||
uses: arduino/setup-protoc@v3 | ||
with: | ||
version: "3.x" | ||
version: "27.x" | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install Dependencies | ||
run: | | ||
go version | ||
go install github.com/kevinburke/go-bindata/[email protected] | ||
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31 | ||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3 | ||
go install github.com/swaggo/swag/cmd/swag@v1.8.12 | ||
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2 | ||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.4.0 | ||
go install github.com/swaggo/swag/cmd/swag@v1.16.3 | ||
- name: Clone TRISA repository | ||
uses: actions/checkout@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.