Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
semyon-dev authored May 20, 2024
2 parents 94c4b4c + 77959e3 commit 731eba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: download and install
uses: actions/setup-go@v5
with:
go-version: '${{ vars.VERSION }}'
go-version: '1.22.2'

- name: protobuff install
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: download and install
uses: actions/setup-go@v5
with:
go-version: '${{ vars.VERSION }}'
go-version: '1.22.2'

- name: protobuff install
run: |
Expand Down

0 comments on commit 731eba9

Please sign in to comment.