Skip to content

Code improvement, fixed staticcheck and linter warnings #32

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

Open
wants to merge 46 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
ca97c8f
chore: dependency management using go module
pilinux Dec 4, 2022
d32b03f
fix: go-staticcheck warnings
pilinux Dec 4, 2022
d39cdc9
fix: linter warnings
pilinux Dec 4, 2022
bb5e1f2
chore: call `Secret` function
pilinux Dec 4, 2022
f68757b
chore: error var for token mismatch
pilinux Dec 4, 2022
2ef3a10
chore: reduce calling `validBackOffTime`
pilinux Dec 4, 2022
4317c14
feat: functions to generate recovery codes
pilinux Dec 4, 2022
a440d35
feat: get the hash function and number of digits
pilinux Dec 4, 2022
a08c6c3
feat: expose URL
pilinux Dec 4, 2022
09cca30
Create codeql.yml
pilinux Dec 4, 2022
7338982
Create dependabot.yml
pilinux Dec 4, 2022
f9ee9ac
chore: github action files added
pilinux Dec 5, 2022
b99c334
Update README.md
pilinux Dec 5, 2022
16866b8
updated dependencies
pilinux Nov 13, 2023
9f9b444
typo fix + prettify
pilinux Nov 13, 2023
aeb0b66
ci: update github actions
pilinux Nov 13, 2023
14b248e
replace `cryptoengine` package
pilinux Nov 13, 2023
acadc1c
optimised for go pkg docs
pilinux Nov 13, 2023
c53a307
Bump actions/setup-go from 4 to 5 (#8)
dependabot[bot] Mar 19, 2024
a830763
Bump github/codeql-action from 2 to 3 (#9)
dependabot[bot] Mar 19, 2024
d8deeb2
Bump golangci/golangci-lint-action from 3 to 4 (#16)
dependabot[bot] Mar 19, 2024
359c2cb
Bump actions/cache from 3.3.2 to 4.0.2 (#19)
dependabot[bot] Mar 19, 2024
597c171
Bump github.com/pilinux/cryptoengine from 0.1.1 to 0.1.2 (#18)
dependabot[bot] Mar 19, 2024
c3ca413
Bump golang.org/x/sync from 0.5.0 to 0.6.0 (#11)
dependabot[bot] Mar 19, 2024
1021acb
Bump golangci/golangci-lint-action from 4 to 5 (#22)
dependabot[bot] Apr 27, 2024
5e3d264
ci: actions/cache v4.0.2 -> v4
pilinux Apr 27, 2024
a2df29d
Bump github.com/pilinux/cryptoengine from 0.1.2 to 0.1.3 (#23)
dependabot[bot] Apr 27, 2024
3ab8088
Bump golang.org/x/sync from 0.6.0 to 0.7.0 (#21)
dependabot[bot] Apr 27, 2024
e8be9f8
Bump golangci/golangci-lint-action from 5 to 6 (#24)
dependabot[bot] May 15, 2024
eb0797b
Bump golang.org/x/crypto from 0.22.0 to 0.23.0 (#25)
dependabot[bot] May 15, 2024
77280a4
Bump github.com/pilinux/cryptoengine from 0.1.3 to 0.1.4 (#26)
dependabot[bot] May 17, 2024
47f125e
Bump github.com/pilinux/cryptoengine from 0.1.4 to 0.1.5 (#28)
dependabot[bot] Jun 21, 2024
2e8fb01
set minimum required go version 1.20
pilinux Aug 7, 2024
263811d
Bump github.com/pilinux/cryptoengine from 0.1.6 to 0.1.7 (#33)
dependabot[bot] Oct 1, 2024
5b212b5
Bump golang.org/x/crypto from 0.27.0 to 0.30.0 (#38)
dependabot[bot] Dec 7, 2024
3d4db00
Bump golang.org/x/sync from 0.8.0 to 0.10.0 (#37)
dependabot[bot] Dec 7, 2024
7ed5652
Bump github.com/pilinux/cryptoengine from 0.1.7 to 0.1.9 (#41)
dependabot[bot] Dec 22, 2024
3930f04
Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#42)
dependabot[bot] Feb 1, 2025
594f4f4
Bump golang.org/x/sync from 0.10.0 to 0.11.0 (#43)
dependabot[bot] Feb 5, 2025
c0670cb
Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#44)
dependabot[bot] Feb 14, 2025
77e3019
set minimum required go version 1.23.0
pilinux Apr 19, 2025
e8667b6
Bump golang.org/x/crypto from 0.37.0 to 0.38.0 (#54)
dependabot[bot] May 8, 2025
f634e5c
Bump golang.org/x/sync from 0.13.0 to 0.14.0 (#53)
dependabot[bot] May 9, 2025
2fef7c2
ci: bump golangci-lint-action from v7 to v8
pilinux May 9, 2025
f67eef0
Bump golang.org/x/crypto from 0.38.0 to 0.39.0 (#56)
dependabot[bot] Jun 6, 2025
fd5ea64
Bump golang.org/x/sync from 0.14.0 to 0.15.0 (#55)
dependabot[bot] Jun 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump actions/setup-go from 4 to 5 (#8)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
commit c53a307c6956d4e8fe3c97b6fb64c98109b6512c
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
${{ runner.os }}-go-

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19
- run: go version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
${{ runner.os }}-go-

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19
- run: go version
Expand Down