mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-11 10:38:21 +00:00
update ci go version
This commit is contained in:
parent
52bdc35875
commit
54d424390b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/.docs.yml
vendored
2
.github/workflows/.docs.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/.release.yml
vendored
2
.github/workflows/.release.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue