Updated release to always use latest go

This commit is contained in:
Mike Farah 2022-10-23 14:50:00 +11:00
parent ea4a50f6e9
commit eac988abdc

View File

@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-go@v3 - uses: actions/setup-go@v3
with: with:
go-version: '^1.19' go-version: '^1.19'
check-latest: true
- name: Compile man page markup - name: Compile man page markup
id: gen-man-page-md id: gen-man-page-md
run: | run: |