Skip to content

Commit

Permalink
ci: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Mar 27, 2023
1 parent 0e4b219 commit 2f5eee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.20

- name: Generate Go documentation and update README
run: |
go install github.com/posener/goreadme/cmd/...@latest
go install github.com/posener/goreadme/cmd/goreadme@latest
goreadme --recursive=true \
--credit=false \
Expand Down

0 comments on commit 2f5eee1

Please sign in to comment.