Skip to content

Commit

Permalink
fix: go dependencies in ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jan 14, 2024
1 parent 01a7dab commit caa91a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.21.5'
- uses: actions/setup-python@v4
with:
python-version: "3.11"
Expand Down Expand Up @@ -61,6 +64,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.21.5'
- uses: actions/setup-python@v4
with:
python-version: "3.11"
Expand Down

0 comments on commit caa91a7

Please sign in to comment.