This commit is contained in:
Marco Vito Moscaritolo 2024-11-10 13:32:26 +11:00 committed by GitHub
commit d6999470c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '^1.20'
go-version: '^1.23'
check-latest: true
id: go
- name: Check out code into the Go module directory

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.20'
go-version: '^1.23'
check-latest: true
- name: Compile man page markup
id: gen-man-page-md