Skip to content

Commit

Permalink
fix: use empty go.sum for go-doc workflow
Browse files Browse the repository at this point in the history
This prevents actions/setup-go@v4 warning due to missing go.sum.  We don't have any actual dependencies here, we're just forcing pull of this repo through the goproxy to trigger pk.go.dev doc update
  • Loading branch information
boyvinall committed Jan 2, 2024
1 parent b3c00ca commit 4b738a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
go-docs:
runs-on: ubuntu-22.04
steps:
- run: touch go.sum
- uses: actions/setup-go@v4
with:
go-version: '1.21'
Expand Down

0 comments on commit 4b738a0

Please sign in to comment.