Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
[#103]: feat(release): beta pre-release
Browse files Browse the repository at this point in the history
[#103]: feat(release): beta pre-release
  • Loading branch information
rustatian committed Oct 1, 2021
2 parents aefc154 + ad6615e commit 0073d60
Show file tree
Hide file tree
Showing 9 changed files with 1,531 additions and 1,127 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.17.1

- name: Check out code
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.17.1

- name: Check out code
uses: actions/checkout@v2
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2 # action page: <https://github.com/actions/setup-go>
with:
go-version: 1.17
go-version: 1.17.1

- name: Check out code
uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ rr.exe
.rr-with-temporal.yaml
.rr-sample.yaml
.rr-sample-bench-jobs.yaml
.rr-sample-bench-grpc.yaml
.rr-sample-bench-grpc.yaml
.rr-sample-bench-http.yaml
Loading

0 comments on commit 0073d60

Please sign in to comment.