File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed
Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-22.04
1414 strategy :
1515 matrix :
16- GOVER : ['1.23 ', '1.22 ']
16+ GOVER : ['1.24 ', '1.23 ']
1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@v4
2424 - name : Linting
2525 uses : golangci/golangci-lint-action@v6
2626 with :
27- version : v1.61.0
27+ version : v1.64.8
2828 install-mode : goinstall
2929 - name : Check shadowing
3030 run : |
4747 runs-on : ubuntu-24.04-arm
4848 strategy :
4949 matrix :
50- GOVER : ['1.23 ', '1.22 ']
50+ GOVER : ['1.24 ', '1.23 ']
5151 steps :
5252 - uses : actions/checkout@v4
5353 - name : Setup Go-${{ matrix.GOVER }}
6868 - name : Setup Go
6969 uses : actions/setup-go@v5
7070 with :
71- go-version : ' 1.23 '
71+ go-version : ' 1.24 '
7272 - name : Build as Static
7373 run : make circl_static
7474 - name : Build as Plugin
8484 - name : Setup Go
8585 uses : actions/setup-go@v5
8686 with :
87- go-version : ' 1.23 '
87+ go-version : ' 1.24 '
8888 - name : Produce Coverage
8989 run : go test -coverprofile=./coverage.txt ./...
9090 - name : Upload Codecov
@@ -106,7 +106,7 @@ jobs:
106106 - name : Setup Go
107107 uses : actions/setup-go@v5
108108 with :
109- go-version : ' 1.23 '
109+ go-version : ' 1.24 '
110110 - name : Building
111111 run : go build -v ./...
112112 - name : Testing
@@ -125,7 +125,7 @@ jobs:
125125 - name : Setup Go
126126 uses : actions/setup-go@v5
127127 with :
128- go-version : ' 1.23 '
128+ go-version : ' 1.24 '
129129 - name : Initialize CodeQL
130130 uses : github/codeql-action/init@v3
131131 with :
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ linters-settings:
4747 - $all
4848 allow :
4949 - $gostd
50+ - golang.org/x
5051 - github.com/bwesterb/go-ristretto
5152 - github.com/cloudflare/circl
5253 funlen :
Original file line number Diff line number Diff line change 11---
22cff-version : 1.2.0
3- version : 1.6.0
3+ version : 1.6.1
44title : " Introducing CIRCL: An Advanced Cryptographic Library"
55license : BSD-3-Clause
66abstract : >
@@ -25,6 +25,6 @@ keywords:
2525 - golang
2626repository-code : " https://github.com/cloudflare/circl/"
2727type : software
28- message : " Available at https://github.com/cloudflare/circl. v1.6.0 Accessed Jan , 2025."
28+ message : " Available at https://github.com/cloudflare/circl. v1.6.1 Accessed Apr , 2025."
2929contact :
3030 - name : " Cloudflare, Inc."
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ APA Style
164164```
165165Faz-Hernandez, A. and Kwiatkowski, K. (2019). Introducing CIRCL:
166166An Advanced Cryptographic Library. Cloudflare. Available at
167- https://github.com/cloudflare/circl. v1.6.0 Accessed Jan , 2025.
167+ https://github.com/cloudflare/circl. v1.6.1 Accessed Apr , 2025.
168168```
169169
170170BibTeX Source
@@ -179,7 +179,7 @@ BibTeX Source
179179 of this library is to be used as a tool for experimental
180180 deployment of cryptographic algorithms targeting Post-Quantum (PQ)
181181 and Elliptic Curve Cryptography (ECC).}},
182- note = {Available at \url{https://github.com/cloudflare/circl}. v1.6.0 Accessed Jan , 2025},
182+ note = {Available at \url{https://github.com/cloudflare/circl}. v1.6.1 Accessed Apr , 2025},
183183 month = jun,
184184 year = {2019}
185185}
You can’t perform that action at this time.
0 commit comments