mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 02:58:20 +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
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.18
|
go-version: 1.21
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -o passbolt
|
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
|
name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.18
|
go-version: 1.21
|
||||||
-
|
-
|
||||||
name: Generate Man and Completions
|
name: Generate Man and Completions
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue