Skip to content

Commit

Permalink
chore: Remove setup-go action; go is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Sep 23, 2024
1 parent 95c938d commit 3e43b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: 1.23
check-latest: true

- run: make install-toolchain
- run: make verify
- run: make package
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: 1.23
check-latest: true

- run: make install-toolchain
- run: make verify
- run: make package publish
Expand Down

0 comments on commit 3e43b20

Please sign in to comment.