Skip to content

Commit

Permalink
update build step
Browse files Browse the repository at this point in the history
  • Loading branch information
alechp committed Sep 18, 2024
1 parent e32f172 commit b76a55a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,14 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23.0' # Using the latest stable version
go-version: '1.23.0'

- name: Install Dagger
run: |
curl -L https://dl.dagger.io/dagger/install.sh | sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Tidy modules
run: go mod tidy

- name: Build gitspace
run: |
go build -o gitspace ./...
go build -o gitspace
sudo mv gitspace /usr/local/bin
- name: Run Dagger workflow
Expand Down

0 comments on commit b76a55a

Please sign in to comment.