Skip to content

Commit

Permalink
Variable removal from ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Deralden committed May 20, 2024
1 parent 9a1ccf9 commit 77959e3
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 77959e3

Please sign in to comment.