Skip to content

Commit

Permalink
fix vendoring and imports (#722)
Browse files Browse the repository at this point in the history
* unvendor/submodule deps
  • Loading branch information
yapishu authored Jan 29, 2025
1 parent f5ef132 commit 0d9d663
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slsa3-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.23.2'

- name: Build binaries
env:
Expand Down Expand Up @@ -272,4 +272,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./provenance/*.jsonl
asset_name: provenance.jsonl
asset_content_type: application/json
asset_content_type: application/json
Empty file added .gitmodules
Empty file.
1 change: 0 additions & 1 deletion goseg/perigee
Submodule perigee deleted from e4fb2e

0 comments on commit 0d9d663

Please sign in to comment.