Skip to content

Commit

Permalink
chore: add go
Browse files Browse the repository at this point in the history
  • Loading branch information
d-bytebase committed Oct 12, 2023
1 parent 2348d9b commit b53daae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-artifacts-and-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.21.2
- name: Make directories
run: |
mkdir -p ./bytebase-build/linux
Expand Down

0 comments on commit b53daae

Please sign in to comment.