-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from anatoly-kussul/custom-len-alphabet
Support for custom character length alphabets
- Loading branch information
Showing
9 changed files
with
334 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
strategy: | ||
matrix: | ||
platform: [ubuntu-latest, macos-latest, windows-latest] | ||
go-version: ['1.16', '1.17'] | ||
go-version: ['1.21'] | ||
runs-on: ${{ matrix.platform }} | ||
steps: | ||
- name: Setup Go | ||
|
@@ -21,14 +21,15 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Download Go dependencies | ||
run: go mod download | ||
run: go mod download -x | ||
env: | ||
GOPROXY: "https://proxy.golang.org" | ||
|
||
- name: Lint | ||
uses: golangci/[email protected] | ||
with: | ||
version: v1.44 | ||
version: v1.62.2 | ||
args: --timeout 3m --verbose | ||
|
||
- name: Build | ||
run: go build -v . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.