Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic totp support, Export Improvements #43

Merged
merged 12 commits into from
Mar 26, 2024
Prev Previous commit
Next Next commit
update ci go version
  • Loading branch information
speatzle committed Mar 21, 2024
commit 54d424390bda14b77a0f553c1fc9d19e5cbd5669
2 changes: 1 addition & 1 deletion .github/workflows/.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
Loading