Merge pull request #22 from passbolt/fix-ci

fix ci version
This commit is contained in:
Samuel Lorch 2022-12-30 17:59:39 +01:00 committed by GitHub
commit 0aa392634b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Build
run: go build -o passbolt

View file

@ -20,7 +20,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
-
name: Generate Man and Completions
run: |