Skip to content

Commit

Permalink
chore: Bump go min version to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Jan 17, 2024
1 parent aa42177 commit 3531b43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Go 1.15
uses: actions/setup-go@v3
with:
go-version: 1.15
go-version: 1.16

- name: Short test
run: go test -short -v ./...
Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module github.com/ProtonMail/go-crypto

go 1.13
go 1.16

require (
github.com/cloudflare/circl v1.3.7
golang.org/x/crypto v0.17.0
golang.org/x/sys v0.16.0 // indirect
)

require golang.org/x/sys v0.16.0 // indirect

0 comments on commit 3531b43

Please sign in to comment.