fix ci version

This commit is contained in:
Samuel Lorch 2022-12-30 17:55:13 +01:00
parent 6d4879e8b4
commit 34fedec4f2
2 changed files with 2 additions and 2 deletions

View file

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

View file

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