update ci go version

This commit is contained in:
Samuel Lorch 2024-03-21 19:39:27 +01:00
parent 52bdc35875
commit 54d424390b
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.18
go-version: 1.21
- 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.18
go-version: 1.21
-
name: Generate Man and Completions
run: |