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 - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '^1.20' go-version: '^1.23'
check-latest: true
id: go id: go
- name: Check out code into the Go module directory - name: Check out code into the Go module directory

View File

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